From de1efd2d08af30809a746b4e7c2c308ba1f76815 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 16 Jan 2005 15:54:17 +0000 Subject: [PATCH] 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 --- build/update-setup-h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2