X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88e14c09a706b3920295b3dbff67bcdd8ca929e9..407020995e0e00f847c7eb45d87312217bcdd1ed:/build/update-setup-h 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