]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a bug in a test (there should be a space after -z)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2007 21:14:32 +0000 (21:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2007 21:14:32 +0000 (21:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

acinclude.m4

index 7906b266b026fbd3b22c1a87a9566e89fed55e5e..ac49ee2567096f491bffc401f13c874525e28626 100644 (file)
@@ -465,7 +465,7 @@ AC_DEFUN([WX_ARG_ENABLE],
         [
           enablestring=$4
           defaultval=$5
-          if test -z"$defaultval"; then
+          if test -z "$defaultval"; then
               if test x"$enablestring" = xdisable; then
                   defaultval=yes
               else