X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c1d5d5ae212f255662264677d21c7139f4c939d..bc2fe7b20452a860c781b15c91ebb8c447ff137d:/acinclude.m4?ds=sidebyside diff --git a/acinclude.m4 b/acinclude.m4 index ffc9df8c09..915fa40067 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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