From 3eec2f563d9973c531ebd71dd187d421aa883db3 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 2 May 2007 15:14:44 +0000 Subject: 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.1