mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Remove LISP_FLOAT_TYPE.
This commit is contained in:
parent
cc94f3b24e
commit
1073bdc3f7
@ -1457,9 +1457,6 @@ if test x"${REL_ALLOC}" = x; then
|
||||
REL_ALLOC=${GNU_MALLOC}
|
||||
fi
|
||||
|
||||
LISP_FLOAT_TYPE=yes
|
||||
|
||||
|
||||
#### Add the libraries to LIBS and check for some functions.
|
||||
|
||||
if test x"${OVERRIDE_CPPFLAGS}" != x; then
|
||||
@ -2023,9 +2020,6 @@ fi
|
||||
if test "${REL_ALLOC}" = "yes" ; then
|
||||
AC_DEFINE(REL_ALLOC)
|
||||
fi
|
||||
if test "${LISP_FLOAT_TYPE}" = "yes" ; then
|
||||
AC_DEFINE(LISP_FLOAT_TYPE)
|
||||
fi
|
||||
|
||||
#### Report on what we decided to do.
|
||||
echo "
|
||||
|
Loading…
Reference in New Issue
Block a user