Mercurial > hg > octave-jordi
diff configure.in @ 2022:6b129bd50f4a
[project @ 1996-03-23 06:06:10 by jwe]
author | jwe |
---|---|
date | Sat, 23 Mar 1996 06:08:50 +0000 |
parents | 8e393fad9362 |
children | 80e51bd305c6 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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"