summaryrefslogtreecommitdiff
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
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
-rw-r--r--acinclude.m41
-rw-r--r--configure.ac3
2 files changed, 1 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 49e2881f4..fdfb99a66 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1130,7 +1130,6 @@ AC_DEFUN([MPFR_C_LONG_DOUBLE_FORMAT],
[AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PROG_AWK])
AC_REQUIRE([AC_OBJEXT])
-AC_CHECK_TYPES([long double])
AC_CACHE_CHECK([format of floating-point type `long double'],
mpfr_cv_c_long_double_format,
[mpfr_cv_c_long_double_format=unknown
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