]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause
authorJulian Seward <jseward@acm.org>
Fri, 18 Jul 2008 20:34:49 +0000 (20:34 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 18 Jul 2008 20:34:49 +0000 (20:34 +0000)
-I/usr/include/qt4 to be given to compilation of the entire system.

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

configure.in

index e5d696c3d8de41527348bba714dc2d03ed87d06d..26b1692c58c6d4eb0c6141e1e5b267580f343ac2 100644 (file)
@@ -52,8 +52,6 @@ AC_SUBST([DISTCHECK_CONFIGURE_FLAGS], [--with-vex=$VEX_DIR])
 
 # Checks for programs.
 CFLAGS="-Wno-long-long"
-CXXFLAGS="-I/usr/include/qt4"
-CPPFLAGS="-I/usr/include/qt4"
 
 AC_PROG_LN_S
 AC_PROG_CC