From 10d24cc2f5bb0023dfb8f2080ae263d4ee764981 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 28 Jun 2008 23:18:10 +0000 Subject: [PATCH] fix --disable-optimise configure option description (#9660) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 2b30099e1e..50cd898b8d 100755 --- a/configure +++ b/configure @@ -947,7 +947,7 @@ Optional Features: --disable-gtk2 use GTK+ 1.2 instead of 2.0 --enable-gpe use GNOME PDA Environment features if possible --enable-shared create shared library code - --enable-optimise create optimised code + --enable-optimise compile without optimisations --enable-debug same as debug_flag and debug_info --enable-stl use STL for containers --enable-omf use OMF object format diff --git a/configure.in b/configure.in index 0a3804d9f8..065e205bf9 100644 --- a/configure.in +++ b/configure.in @@ -944,7 +944,7 @@ dnl compile options dnl --------------------------------------------------------------------------- WX_ARG_ENABLE(shared, [ --enable-shared create shared library code], wxUSE_SHARED) -WX_ARG_ENABLE(optimise, [ --enable-optimise create optimised code], wxUSE_OPTIMISE) +WX_ARG_ENABLE(optimise, [ --enable-optimise compile without optimisations], wxUSE_OPTIMISE) WX_ARG_ENABLE(debug, [ --enable-debug same as debug_flag and debug_info], wxUSE_DEBUG) WX_ARG_ENABLE(stl, [ --enable-stl use STL for containers], wxUSE_STL) if test "$USE_OS2" = "1"; then