From: Bart Van Assche Date: Sun, 15 Aug 2010 18:54:15 +0000 (+0000) Subject: Made sure that the CFLAGS variable specified on the configure command line X-Git-Tag: svn/VALGRIND_3_6_0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1e28040bd204923e5d66534b52e4d2591982e6;p=thirdparty%2Fvalgrind.git Made sure that the CFLAGS variable specified on the configure command line is not ignored. Fixes #247980. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11260 --- diff --git a/configure.in b/configure.in index 884f94ec34..7bc90347e0 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AM_MAINTAINER_MODE #---------------------------------------------------------------------------- # Checks for various programs. #---------------------------------------------------------------------------- -CFLAGS="-Wno-long-long" +CFLAGS="-Wno-long-long $CFLAGS" AC_PROG_LN_S AC_PROG_CC