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
This commit is contained in:
Kevin Ollivier
2008-05-29 00:45:58 +00:00
parent edd6e2ed47
commit e6785ad20b

View File

@@ -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+"