Mercurial > hg > octave-nkf
diff configure.in @ 2558:c097977bca6f
[project @ 1996-12-02 02:56:01 by jwe]
author | jwe |
---|---|
date | Mon, 02 Dec 1996 02:56:43 +0000 |
parents | b50cc31aa0cd |
children | 0c978e147a3a |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.235 $) +AC_REVISION($Revision: 1.236 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -296,15 +296,15 @@ fi AC_SUBST(CC_VERSION) -### On Linux systems we need to compile with -mieee-fp to get full -### support for IEEE floating point. +### On Intel systems with gcc, we need to compile with -mieee-fp to +### get full support for IEEE floating point. ### ### On Alpha/OSF systems, wee need -mieee-with-inexact, but that also ### requires gcc 2.8.x or later. case "$canonical_host_type" in changequote(,)dnl - i[3456789]86-*-linux*) + i[3456789]86-*-*) changequote([,])dnl GCC_IEEE_FP_FLAG="-mieee-fp" AC_MSG_RESULT([defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG])