aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-17 09:47:23 +0000
committerGerd Moellmann2000-02-17 09:47:23 +0000
commit1073bdc3f72a37a54cbd274c7ff489d7ec977347 (patch)
tree84941cbde4d1a141d6fd071abb229d006b76113e
parentcc94f3b24e447e04da3e899af8909cb77d648ef0 (diff)
downloademacs-1073bdc3f72a37a54cbd274c7ff489d7ec977347.tar.gz
emacs-1073bdc3f72a37a54cbd274c7ff489d7ec977347.zip
Remove LISP_FLOAT_TYPE.
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index aa729f8342f..81393e1145c 100644
--- a/configure.in
+++ b/configure.in
@@ -1457,9 +1457,6 @@ if test x"${REL_ALLOC}" = x; then
1457 REL_ALLOC=${GNU_MALLOC} 1457 REL_ALLOC=${GNU_MALLOC}
1458fi 1458fi
1459 1459
1460LISP_FLOAT_TYPE=yes
1461
1462
1463#### Add the libraries to LIBS and check for some functions. 1460#### Add the libraries to LIBS and check for some functions.
1464 1461
1465if test x"${OVERRIDE_CPPFLAGS}" != x; then 1462if test x"${OVERRIDE_CPPFLAGS}" != x; then
@@ -2023,9 +2020,6 @@ fi
2023if test "${REL_ALLOC}" = "yes" ; then 2020if test "${REL_ALLOC}" = "yes" ; then
2024 AC_DEFINE(REL_ALLOC) 2021 AC_DEFINE(REL_ALLOC)
2025fi 2022fi
2026if test "${LISP_FLOAT_TYPE}" = "yes" ; then
2027 AC_DEFINE(LISP_FLOAT_TYPE)
2028fi
2029 2023
2030#### Report on what we decided to do. 2024#### Report on what we decided to do.
2031echo " 2025echo "