# HG changeset patch # User Rik # Date 1357174750 28800 # Node ID 11d5a7276b6dfd0ec95a2852d39a086b5305478c # Parent 7d300b85ee255f31fe8ba059ec922f02266a711a configure.ac: Remove some no longer accurate comments. * configure.ac: Remove some no longer accurate comments. diff -r 7d300b85ee25 -r 11d5a7276b6d configure.ac --- a/configure.ac Wed Jan 02 14:29:50 2013 -0500 +++ b/configure.ac Wed Jan 02 16:59:10 2013 -0800 @@ -2012,21 +2012,11 @@ OCTAVE_CHECK_FUNC_CMATH(isinf) OCTAVE_CHECK_FUNC_CMATH(isfinite) -dnl Would like to get rid of this crap, and just have -dnl -dnl AC_CHECK_FUNCS([finite isnan isinf]) -dnl -dnl instead, but that used to fail on some systems... -dnl -dnl Also just using AC_CHECK_FUNCS doesn't seem to work to find isinf -dnl and isnan on Linux systems, so we use AC_CHECK_FUNC, and if that -dnl fails, we try again by including math.h and invoking the function -dnl with an argument. - -### I am told that Inf and NaN don't work on m68k HP sytems. +## Check for Inf and NaN functions case $canonical_host_type in m68k-hp-hpux*) + ## I am told that Inf and NaN don't work on m68k HP sytems. ;; *) AC_CHECK_FUNCS([finite isnan isinf signbit])