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:
@@ -423,10 +423,10 @@ AC_DEFUN([WX_ARG_ENABLE],
|
|||||||
eval "$AS_TR_SH(wx_cv_use_$1)"
|
eval "$AS_TR_SH(wx_cv_use_$1)"
|
||||||
|
|
||||||
if test x"$enablestring" = xdisable; then
|
if test x"$enablestring" = xdisable; then
|
||||||
if test $$3 = yes; then
|
if test $$3 = no; then
|
||||||
result=no
|
|
||||||
else
|
|
||||||
result=yes
|
result=yes
|
||||||
|
else
|
||||||
|
result=no
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
result=$$3
|
result=$$3
|
||||||
|
Reference in New Issue
Block a user