]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed handling of --enable-optimise (had to remove American spelling, sorry).
authorKarsten Ballüder <ballueder@usa.net>
Wed, 9 Jun 1999 13:40:11 +0000 (13:40 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Wed, 9 Jun 1999 13:40:11 +0000 (13:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 01e9d34cd3a163064d753b234702f620597f443d..26cf14250500e25c2308a74f147891481fb6a809 100644 (file)
@@ -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