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
This commit is contained in:
Vadim Zeitlin 2007-07-11 21:14:32 +00:00
parent 238663c183
commit b7ed9e10d3

View 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