# HG changeset patch # User jwe # Date 760988337 0 # Node ID 273f0b941c51708816614edbb5d5116a989aae6b # Parent f99cd19d183e673e51c91753d388dfdb28396eba [project @ 1994-02-11 17:38:57 by jwe] diff -r f99cd19d183e -r 273f0b941c51 configure.in --- a/configure.in Fri Feb 11 06:03:32 1994 +0000 +++ b/configure.in Fri Feb 11 17:38:57 1994 +0000 @@ -354,10 +354,10 @@ # with functions from the BSD/NET2 math library. AC_HAVE_LIBRARY(-lm)dnl -XCFLAGS=$CFLAGS +XCFLAGS="$CFLAGS" CFLAGS="$CFLAGS $GCC_IEEE_FP_FLAG" AC_HAVE_FUNCS(finite isnan isinf)dnl -CFLAGS=$XCFLAGS +CFLAGS="$XCFLAGS" AC_REPLACE_FUNCS(acosh asinh atanh)dnl if test -n "$LIBOBJS"; then