Mercurial > hg > xemacs-beta
changeset 1117:b3fcaf7cb856
[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.
author | james |
---|---|
date | Fri, 22 Nov 2002 16:23:53 +0000 |
parents | 3bcd77d0bf93 |
children | b9828494695f |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <james@xemacs.org> + + * configure.in: Remove LISP_FLOAT_TYPE definition. + 2002-11-17 Ben Wing <ben@xemacs.org> * aclocal.m4 (cygwin_warn): New.
--- 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 <math.h>], [return atanh(1.0) + asinh(1.0) + acosh(1.0); ], AC_DEFINE(HAVE_INVERSE_HYPERBOLIC))