# HG changeset patch # User james # Date 1037982233 0 # Node ID b3fcaf7cb85696600062a06b816399df1e4aa9b1 # Parent 3bcd77d0bf938ee91060b84cfcdda6a605776840 [xemacs-hg @ 2002-11-22 16:23:52 by james] I forgot about the broken CVS behavior of not committing the top-level file changes. This completes the previous commit, removing LISP_FLOAT_TYPE. diff -r 3bcd77d0bf93 -r b3fcaf7cb856 ChangeLog --- a/ChangeLog Fri Nov 22 12:57:11 2002 +0000 +++ b/ChangeLog Fri Nov 22 16:23:53 2002 +0000 @@ -1,3 +1,7 @@ +2002-10-14 Jerry James + + * configure.in: Remove LISP_FLOAT_TYPE definition. + 2002-11-17 Ben Wing * aclocal.m4 (cygwin_warn): New. diff -r 3bcd77d0bf93 -r b3fcaf7cb856 configure.in --- a/configure.in Fri Nov 22 12:57:11 2002 +0000 +++ b/configure.in Fri Nov 22 16:23:53 2002 +0000 @@ -2547,12 +2547,9 @@ dnl check for long file names AC_SYS_LONG_FILE_NAMES -dnl -lm is required by LISP_FLOAT_TYPE, among other things +dnl -lm is required for floating point support, among other things AC_CHECK_FUNC(sin, ,AC_CHECK_LIB(m, sin)) -dnl Floating operation support is now unconditional -AC_DEFINE(LISP_FLOAT_TYPE) - AC_TRY_LINK([#include ], [return atanh(1.0) + asinh(1.0) + acosh(1.0); ], AC_DEFINE(HAVE_INVERSE_HYPERBOLIC))