catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0 as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-01-16 15:54:17 +00:00
parent 88e14c09a7
commit de1efd2d08

View File

@ -37,7 +37,7 @@ cat_common_options_for()
if [ $1 = "setup.h.in" ]; then
cmd="$cmd | sed -e '/^\/\//d' \
-e 's@ *//.*\$@@' \
-e 's/#define wxUSE_\(.\+\) \+1/#define wxUSE_\1 0/'"
-e 's/# *define \(.\+\) \+1 *\$/#define \1 0/'"
fi
eval $cmd