From e6785ad20b59761a07b8b9a8d65e3d39260a066b Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Thu, 29 May 2008 00:45:58 +0000 Subject: [PATCH] Fix for OBJCXXFLAGS issue in Bakefile 0.2.3. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index ffd8ffa0fe..8682b37266 100644 --- a/configure.in +++ b/configure.in @@ -8041,6 +8041,11 @@ AC_SUBST(HOST_SUFFIX) AC_SUBST(CPPUNIT_CFLAGS) AC_SUBST(CPPUNIT_LIBS) +dnl Cocoa sets this, but no other port does. As a result, we run into problems when compiling +dnl webkit.mm, or other Objective-C sources. This line can be removed when we move to Bakefile 0.2.4 +dnl which adds this call to bakefile.m4. +AC_SUBST(OBJCXXFLAGS) + case "$TOOLKIT" in GTK) TOOLKIT_DESC="GTK+"