From 1ed6983d9c4b76917b558386b43e95aa0c7a1819 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Wed, 9 Jun 1999 13:40:11 +0000 Subject: [PATCH] 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 --- configure.in | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0