X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d51d7d2f9fed7111f6c3b78a8c912974a794f31..f5b14075b413b4b5cd01f7f2259cafbe6ce31b21:/build/update-setup-h diff --git a/build/update-setup-h b/build/update-setup-h index 5939da9230..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