# HG changeset patch # User jwe # Date 786600090 0 # Node ID d692388b9f93fd09b48a5695ef989a50dea63e7d # Parent 84448f40447f24c8dc352f779a60fb8dcc3c78e9 [project @ 1994-12-05 04:01:30 by jwe] diff -r 84448f40447f -r d692388b9f93 configure.in --- a/configure.in Sun Dec 04 21:46:26 1994 +0000 +++ b/configure.in Mon Dec 05 04:01:30 1994 +0000 @@ -21,7 +21,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -AC_REVISION($Revision: 1.74 $) +AC_REVISION($Revision: 1.75 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) @@ -541,7 +541,17 @@ XCFLAGS="$CFLAGS" CFLAGS="$CFLAGS $GCC_IEEE_FP_FLAG" -AC_CHECK_FUNCS(finite isnan isinf infinity quiet_nan erf erfc lgamma) +### Inf and NaN don't work with gcc on the Alpha yet. + +case "$canonical_host_type" in + alpha-dec-osf*) + ;; + *) + AC_CHECK_FUNCS(finite isnan isinf infinity quiet_nan) + ;; +esac + +AC_CHECK_FUNCS(erf erfc lgamma) AC_MSG_CHECKING([for signgam declaration in math.h]) AC_TRY_LINK([#include ],