From: foobar Date: Mon, 24 Feb 2003 15:11:54 +0000 (+0000) Subject: fix quotes X-Git-Tag: RELEASE_0_5~786 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=866fb82484b7ec30b9ec4ce9bebec1c24b9e5c86;p=php fix quotes --- diff --git a/acinclude.m4 b/acinclude.m4 index 0e0506acc8..68cdb630bb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1100,7 +1100,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"