summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-03 13:38:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-03 13:38:17 +0000
commit97674b79479ca67d71cc3c1c15bdb0c050cd0c80 (patch)
tree92b1ac524eb519108ed6dda896fc701d0a294836 /configure.ac
parent1b67fc835f8023c24101dff09c7c8987c4e903d4 (diff)
downloadmpfr-97674b79479ca67d71cc3c1c15bdb0c050cd0c80.tar.gz
Cleanup about the function detection by autoconf.
* acinclude.m4: removed the detection of memmove, memset and strtol, which was not used (a macro "HAVE_..." was defined... to be removed in configure.ac!); for AC_CHECK_FUNCS, remove options starting with "-Werror" as they can yield a spurious failure due to the way this test is done (this occurred on memmove and memset with GCC due to builtins, and similar issues could still occur in practice with the remaining functions in the AC_CHECK_FUNCS list). * configure.ac: removed HAVE_STRTOL from the macro cleanup: no longer needed since strtol has been removed from the AC_CHECK_FUNCS list. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13933 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 87f18f923..5d369633c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -811,7 +811,7 @@ dnl Remove also many MACROS (AC_DEFINE) which are unused by MPFR and
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_STRTOL HAVE_STDLIB_H HAVE_UNISTD_H HAVE_STDC_HEADERS \
+ HAVE_STDLIB_H HAVE_UNISTD_H HAVE_STDC_HEADERS \
HAVE_LONG_DOUBLE HAVE_SYS_STAT_H HAVE_SYS_TYPES_H \
PROTOTYPES __PROTOTYPES
do