summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-02 15:14:44 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-02 15:14:44 +0000
commit3eec2f563d9973c531ebd71dd187d421aa883db3 (patch)
tree1269e375a6c742407e7f9395c16908a9db24716d /configure.in
parent7e4cfa8ed55a25709d53bdfb7f617f8c2ec1ad10 (diff)
downloadmpfr-3eec2f563d9973c531ebd71dd187d421aa883db3.tar.gz
configure.in: moved the definition of test_CFLAGS upward (it was
always set to "set", either because of things added to configure.in or because of new autoconf). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4425 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 43204b445..5b275dd62 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,8 @@ AC_INIT([MPFR],[2.3.0-dev])
AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])
dnl AM_MAINTAINER_MODE
+test_CFLAGS=${CFLAGS+set}
+
AC_CANONICAL_HOST
dnl To use a separate config header.
@@ -143,8 +145,6 @@ AC_ARG_WITH(tests-timeout,
[ --with-tests-timeout=NUM limit in seconds for test programs],
AC_DEFINE_UNQUOTED([MPFR_TEST_TIMEOUT],$withval, [timeout limit]))
-test_CFLAGS=${CFLAGS+set}
-
dnl
dnl Setup CC and CFLAGS