From: foobar Date: Mon, 24 Feb 2003 15:12:11 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f89ebf69bff6c9ee6fb9af6e0822271758ad8fd4;p=php MFH --- diff --git a/acinclude.m4 b/acinclude.m4 index 98bae7b302..a1184ca6a3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1107,7 +1107,7 @@ dnl dnl Set libtool variable dnl AC_DEFUN([PHP_SET_LIBTOOL_VARIABLE],[ - if test -z $LIBTOOL; then + if test -z "$LIBTOOL"; then LIBTOOL='$(SHELL) $(top_builddir)/libtool $1' else LIBTOOL="$LIBTOOL $1"