From b7ed9e10d3c795da7ad7e16043527679392c2e88 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Jul 2007 21:14:32 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2