]> git.saurik.com Git - wxWidgets.git/commitdiff
catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jan 2005 15:54:17 +0000 (15:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jan 2005 15:54:17 +0000 (15:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/update-setup-h

index 399e9104274f840147fe568b05e012a48413ad94..171484122f7de17c4538c6b78e6b5f19af4e2f83 100755 (executable)
@@ -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