aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "