diff options
author | foobar <sniper@php.net> | 2003-02-24 15:11:54 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-24 15:11:54 +0000 |
commit | 866fb82484b7ec30b9ec4ce9bebec1c24b9e5c86 (patch) | |
tree | 9e5f13e5c58a70d968c43ded4795f798b052f0f6 /acinclude.m4 | |
parent | 80d0fa7aad655f4e9d470b48682d97ab5a1e5531 (diff) | |
download | php-git-866fb82484b7ec30b9ec4ce9bebec1c24b9e5c86.tar.gz |
fix quotes
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |