summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-04 12:17:15 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-04 12:17:15 +0000
commit6e0fa1ce84fd52a22e4213591b262683eed54aed (patch)
tree7a90484e69ae570b75619a0c3d02f8484b9c3e45 /configure.ac
parent7d286960868c8bacf74e119d20fff0fcf2eda1ed (diff)
downloadmpfr-6e0fa1ce84fd52a22e4213591b262683eed54aed.tar.gz
[acinclude.m4] Removed "AC_CHECK_TYPES([long double])", whose only
purpose is to define a HAVE_LONG_DOUBLE macro. [configure.ac] Removed HAVE_LONG_DOUBLE from the cleanup: no longer needed with the change in acinclude.m4. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13935 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4be3f5415..281b2c088 100644
--- a/configure.ac
+++ b/configure.ac
@@ -812,8 +812,7 @@ dnl pollute (and slow down because libtool has to parse them) the build.
if test -f confdefs.h; then
for i in PACKAGE_ HAVE_STRING HAVE_DLFCN_H HAVE_MEM STDC_HEADERS \
HAVE_STDLIB_H HAVE_UNISTD_H HAVE_STDC_HEADERS \
- HAVE_LONG_DOUBLE HAVE_SYS_STAT_H HAVE_SYS_TYPES_H \
- PROTOTYPES __PROTOTYPES
+ HAVE_SYS_STAT_H HAVE_SYS_TYPES_H PROTOTYPES __PROTOTYPES
do
$SED "/#define $i/d" < confdefs.h > confdefs.tmp
mv confdefs.tmp confdefs.h