From 866fb82484b7ec30b9ec4ce9bebec1c24b9e5c86 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 24 Feb 2003 15:11:54 +0000 Subject: fix quotes --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1