]> git.saurik.com Git - wxWidgets.git/blobdiff - acinclude.m4
Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')')....
[wxWidgets.git] / acinclude.m4
index ffc9df8c09478771ac9bf63c099da494b8b13453..915fa4006751c02d38b3e6ab1342883ab76f17aa 100644 (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