|
From: <sv...@va...> - 2010-08-15 18:54:23
|
Author: bart Date: 2010-08-15 19:54:15 +0100 (Sun, 15 Aug 2010) New Revision: 11260 Log: Made sure that the CFLAGS variable specified on the configure command line is not ignored. Fixes #247980. Modified: trunk/configure.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2010-08-15 13:27:24 UTC (rev 11259) +++ trunk/configure.in 2010-08-15 18:54:15 UTC (rev 11260) @@ -18,7 +18,7 @@ #---------------------------------------------------------------------------- # Checks for various programs. #---------------------------------------------------------------------------- -CFLAGS="-Wno-long-long" +CFLAGS="-Wno-long-long $CFLAGS" AC_PROG_LN_S AC_PROG_CC |