feature name must match description

fixes --disable-sysoptions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-10-25 17:48:32 +00:00
parent 7fadac8872
commit 16d4f44015
2 changed files with 11 additions and 11 deletions

20
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id.
# From configure.in Id: configure.in 62474 2009-10-22 11:35:43Z VZ .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.1.
#
@@ -7706,25 +7706,25 @@ echo "${ECHO_T}$result" >&6; }
fi
fi
{ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6; }
# Check whether --enable-system_options was given.
if test "${enable_system_options+set}" = set; then
enableval=$enable_system_options;
{ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sysoptions" >&5
echo $ECHO_N "checking for --${enablestring:-enable}-sysoptions... $ECHO_C" >&6; }
# Check whether --enable-sysoptions was given.
if test "${enable_sysoptions+set}" = set; then
enableval=$enable_sysoptions;
if test "$enableval" = yes; then
wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=yes'
else
wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=no'
fi
else
wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
fi
eval "$wx_cv_use_system_options"
eval "$wx_cv_use_sysoptions"
if test x"$enablestring" = xdisable; then
if test $wxUSE_SYSTEM_OPTIONS = no; then

View File

@@ -761,7 +761,7 @@ WX_ARG_FEATURE(sound, [ --enable-sound use wxSound class], wxU
WX_ARG_FEATURE(stdpaths, [ --enable-stdpaths use wxStandardPaths class], wxUSE_STDPATHS)
WX_ARG_FEATURE(stopwatch, [ --enable-stopwatch use wxStopWatch class], wxUSE_STOPWATCH)
WX_ARG_FEATURE(streams, [ --enable-streams use wxStream etc classes], wxUSE_STREAMS)
WX_ARG_FEATURE(system_options,[ --enable-sysoptions use wxSystemOptions], wxUSE_SYSTEM_OPTIONS)
WX_ARG_FEATURE(sysoptions, [ --enable-sysoptions use wxSystemOptions], wxUSE_SYSTEM_OPTIONS)
WX_ARG_FEATURE(tarstream, [ --enable-tarstream use wxTar streams], wxUSE_TARSTREAM)
WX_ARG_FEATURE(textbuf, [ --enable-textbuf use wxTextBuffer class], wxUSE_TEXTBUFFER)
WX_ARG_FEATURE(textfile, [ --enable-textfile use wxTextFile class], wxUSE_TEXTFILE)