From: Julian Seward Date: Fri, 18 Jul 2008 20:34:49 +0000 (+0000) Subject: Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause X-Git-Tag: svn/VALGRIND_3_4_0~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e2432aacfc9624d9621a1055b2e30e61952833b;p=thirdparty%2Fvalgrind.git Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause -I/usr/include/qt4 to be given to compilation of the entire system. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8446 --- diff --git a/configure.in b/configure.in index e5d696c3d8..26b1692c58 100644 --- a/configure.in +++ b/configure.in @@ -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