summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-02 15:52:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-02 15:52:51 +0000
commit35bf58899be9487a47e3894ce1cb327cb2777ee8 (patch)
tree0d58bdbb7f54be88a077ccb3fd5be8ee8d3444d6 /configure.in
parentfe86b63730580dace4b3f64e01e252e56d5d50c4 (diff)
downloadmpfr-35bf58899be9487a47e3894ce1cb327cb2777ee8.tar.gz
configure.in: added a comment on the AC_ARG_ENABLE(decimal-float...)
part. The addition of this code was the cause of the test_CFLAGS problem (see r4425 log), but this code is still wrong. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4429 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5b275dd62..2bdc168b4 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,11 @@ AC_INIT([MPFR],[2.3.0-dev])
AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])
dnl AM_MAINTAINER_MODE
+dnl FIXME: AC_ARG_ENABLE(decimal-float...) part do things too early,
+dnl even when this option is not used. In particular, it must be used
+dnl after AC_PROG_CC, and the GMP CFLAGS and CC check may modify the
+dnl compiler.
+
test_CFLAGS=${CFLAGS+set}
AC_CANONICAL_HOST