# HG changeset patch # User jwe # Date 827561330 0 # Node ID 6b129bd50f4a42116b4f75f8a820e93a9b3a4b99 # Parent aa68db31dc3422d1be2b51e028b9ba690175191a [project @ 1996-03-23 06:06:10 by jwe] diff -r aa68db31dc34 -r 6b129bd50f4a configure.in --- a/configure.in Sat Mar 23 05:59:12 1996 +0000 +++ b/configure.in Sat Mar 23 06:08:50 1996 +0000 @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.172 $) +AC_REVISION($Revision: 1.174 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -279,13 +279,17 @@ ### requires gcc 2.8.x or later. case "$canonical_host_type" in +changequote(,)dnl i[345]86-*-linux) +changequote([,])dnl GCC_IEEE_FP_FLAG="-mieee-fp" AC_MSG_RESULT([defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG]) ;; alpha-dec-osf*) - case"$gcc_version" in + case "$gcc_version" in +changequote(,)dnl 1.* | 2.[01234567].*) +changequote([,])dnl ;; *) GCC_IEEE_FP_FLAG="-mieee-with-inexact"