From 69f481a6825c23257c1cdffe2b51d99239cfb296 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Thu, 17 Jun 1999 14:49:25 +0000 Subject: [PATCH] Modified to always prefix CPPFLAGS with local include/wx path, so that user environment settings can no longer interfere with build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 4e9d87f2f9..1009a1779f 100644 --- a/configure.in +++ b/configure.in @@ -1995,6 +1995,7 @@ if test "$ac_cv_prog_gcc" = "yes"; then fi EXTRA_CFLAGS="$WXDEBUG $PROFILE $OPTIMISE $INCLUDES" +CPPFLAGS="-I\${top_srcdir}/include/wx $CPPFLAGS" CFLAGS="$CFLAGS $EXTRA_CFLAGS" CXXFLAGS="$CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS" -- 2.50.0