bug in the wxWindows configure.in template
Joonas Lahtinen
joonaslahtinen at users.sourceforge.net
Thu Mar 4 08:46:34 GMT 2004
a correction to the wxWindows configure.in template:
lines:
CPPFLAGS="$CPPFLAGS ...."
CXXFLAGS="$CPPFLAGS ...."
should be:
CPPFLAGS="$CPPFLAGS ...."
CXXFLAGS="$CXXFLAGS ...."
otherwise the userdefined CXXFLAGS disappear, and that's propably not the
meaning.
That configure.in method is anyway, incorrect. I'd recommend of using
http://lists.wxwidgets.org/archive/wx-users/msg23593.html
for example.
--
Joonas "dolphin" Lahtinen <joonaslahtinen at users.sourceforge.net>
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list