From: Karsten Ballüder Date: Wed, 9 Jun 1999 13:40:11 +0000 (+0000) Subject: Fixed handling of --enable-optimise (had to remove American spelling, sorry). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ed6983d9c4b76917b558386b43e95aa0c7a1819 Fixed handling of --enable-optimise (had to remove American spelling, sorry). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 01e9d34cd3..26cf142505 100644 --- a/configure.in +++ b/configure.in @@ -452,7 +452,6 @@ dnl compile options dnl --------------------------------------------------------------------------- WX_ARG_ENABLE(optimise, [ --enable-optimise create optimised code], wxUSE_OPTIMISE) -WX_ARG_ENABLE(optimize, [ --enable-optimize create optimized code], wxUSE_OPTIMISE) WX_ARG_ENABLE(debug, [ --enable-debug same as debug_flag and debug_info], wxUSE_DEBUG) if test "$wxUSE_DEBUG" = "yes"; then