diff configure.in @ 1384:083787534e18

[project @ 1995-09-13 08:25:37 by jwe]
author jwe
date Wed, 13 Sep 1995 08:32:00 +0000
parents 44f5d41ff757
children 32ede420188c
line wrap: on
line diff
--- a/configure.in	Wed Sep 13 08:19:04 1995 +0000
+++ b/configure.in	Wed Sep 13 08:32:00 1995 +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.131 $)
+AC_REVISION($Revision: 1.132 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -640,11 +640,10 @@
 XCFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $GCC_IEEE_FP_FLAG"
 
-### Inf and NaN don't work with gcc on the Alpha yet.  I am also told
-### that they don't work on m68k HP sytems either.
+### I am told that Inf and NaN don't work on m68k HP sytems.
 
 case "$canonical_host_type" in
-  alpha-dec-osf* | m68k-hp-hpux*)
+  m68k-hp-hpux*)
   ;;
   *)
     AC_CHECK_FUNCS(finite isnan isinf infinity quiet_nan)