comparison configure.in @ 27728:01121d3b9952

Remove LISP_FLOAT_TYPE.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Feb 2000 09:47:23 +0000
parents 0e757af73aef
children 7ee8155d48c5
comparison
equal deleted inserted replaced
27727:9400865ec7cf 27728:01121d3b9952
1455 1455
1456 if test x"${REL_ALLOC}" = x; then 1456 if test x"${REL_ALLOC}" = x; then
1457 REL_ALLOC=${GNU_MALLOC} 1457 REL_ALLOC=${GNU_MALLOC}
1458 fi 1458 fi
1459 1459
1460 LISP_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
1465 if test x"${OVERRIDE_CPPFLAGS}" != x; then 1462 if test x"${OVERRIDE_CPPFLAGS}" != x; then
1466 CPPFLAGS="${OVERRIDE_CPPFLAGS}" 1463 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
1467 else 1464 else
2021 AC_DEFINE(GNU_MALLOC) 2018 AC_DEFINE(GNU_MALLOC)
2022 fi 2019 fi
2023 if test "${REL_ALLOC}" = "yes" ; then 2020 if test "${REL_ALLOC}" = "yes" ; then
2024 AC_DEFINE(REL_ALLOC) 2021 AC_DEFINE(REL_ALLOC)
2025 fi 2022 fi
2026 if test "${LISP_FLOAT_TYPE}" = "yes" ; then
2027 AC_DEFINE(LISP_FLOAT_TYPE)
2028 fi
2029 2023
2030 #### Report on what we decided to do. 2024 #### Report on what we decided to do.
2031 echo " 2025 echo "
2032 Configured for \`${canonical}'. 2026 Configured for \`${canonical}'.
2033 2027