From: Vadim Zeitlin Date: Sun, 16 Jan 2005 15:54:17 +0000 (+0000) Subject: catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/de1efd2d08af30809a746b4e7c2c308ba1f76815 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 --- diff --git a/build/update-setup-h b/build/update-setup-h index 399e910427..171484122f 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -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