summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-02 09:53:55 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-02 09:53:55 +0000
commitf16d281f9071ce98f4bf66f05da69b3e1e8b7e0c (patch)
treec6f9cbab185acfd3cb85340ccc022310402b45ff /configure.ac
parent643f7eb9c87973c918ede3114346525212343644 (diff)
downloadmpfr-f16d281f9071ce98f4bf66f05da69b3e1e8b7e0c.tar.gz
[configure.ac] Do not remove the HAVE_ALLOCA macro, which is now used
by MPFR to determine the default MPFR_ALLOCA_MAX value. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13853 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a39660a81..0786048c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -811,7 +811,6 @@ dnl and polluate (and slow down because libtool has to parse them) the build.
if test -f confdefs.h; then
$SED '/#define PACKAGE_/d' <confdefs.h >confdefs.tmp
$SED '/#define HAVE_STRING/d' <confdefs.tmp >confdefs.h
- $SED '/#define HAVE_ALLOCA /d' <confdefs.h >confdefs.tmp
$SED '/#define HAVE_DLFCN_H/d' <confdefs.tmp >confdefs.h
$SED '/#define HAVE_MEM/d' <confdefs.h >confdefs.tmp
$SED '/#define STDC_HEADERS/d' <confdefs.tmp >confdefs.h