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:
parent
6a5594e00d
commit
7ac0e38e96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user