]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Made sure that the CFLAGS variable specified on the configure command line
authorBart Van Assche <bvanassche@acm.org>
Sun, 15 Aug 2010 18:54:15 +0000 (18:54 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 15 Aug 2010 18:54:15 +0000 (18:54 +0000)
is not ignored. Fixes #247980.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11260

configure.in

index 884f94ec343aec1ba3678aef80e7bcc12a75487f..7bc90347e0ad51a5fe389724e455f8772c987b4d 100644 (file)
@@ -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