fix output of WX_ARG_DISABLE() for options which can have values other than yes/no (e.g. auto, as for wxUSE_COMPILER_TLS)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-06-18 23:51:57 +00:00
parent 6a5594e00d
commit 7ac0e38e96
2 changed files with 676 additions and 676 deletions

View File

@ -423,10 +423,10 @@ AC_DEFUN([WX_ARG_ENABLE],
eval "$AS_TR_SH(wx_cv_use_$1)"
if test x"$enablestring" = xdisable; then
if test $$3 = yes; then
result=no
else
if test $$3 = no; then
result=yes
else
result=no
fi
else
result=$$3

1346
configure vendored

File diff suppressed because it is too large Load Diff