From: Vadim Zeitlin Date: Wed, 11 Jul 2007 21:14:32 +0000 (+0000) Subject: fixed a bug in a test (there should be a space after -z) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b7ed9e10d3c795da7ad7e16043527679392c2e88?ds=sidebyside;hp=238663c1839b8f8d6487c437325cdc04938510a3 fixed a bug in a test (there should be a space after -z) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/acinclude.m4 b/acinclude.m4 index 7906b266b0..ac49ee2567 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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