diff options
| author | Gerd Moellmann | 2000-02-17 09:47:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-17 09:47:23 +0000 |
| commit | 1073bdc3f72a37a54cbd274c7ff489d7ec977347 (patch) | |
| tree | 84941cbde4d1a141d6fd071abb229d006b76113e | |
| parent | cc94f3b24e447e04da3e899af8909cb77d648ef0 (diff) | |
| download | emacs-1073bdc3f72a37a54cbd274c7ff489d7ec977347.tar.gz emacs-1073bdc3f72a37a54cbd274c7ff489d7ec977347.zip | |
Remove LISP_FLOAT_TYPE.
| -rw-r--r-- | configure.in | 6 |
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} |
| 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 |
| @@ -2023,9 +2020,6 @@ 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 " |