Mercurial > hg > octave-nkf
diff configure.in @ 360:273f0b941c51
[project @ 1994-02-11 17:38:57 by jwe]
author | jwe |
---|---|
date | Fri, 11 Feb 1994 17:38:57 +0000 |
parents | aaf43fb91f39 |
children | a94d563d4745 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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