sniper Mon Feb 24 10:12:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 acinclude.m4
Log:
MFH
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.218.2.7 php4/acinclude.m4:1.218.2.8
--- php4/acinclude.m4:1.218.2.7 Sun Feb 23 23:37:15 2003
+++ php4/acinclude.m4 Mon Feb 24 10:12:11 2003
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.218.2.7 2003/02/24 04:37:15 sniper Exp $
+dnl $Id: acinclude.m4,v 1.218.2.8 2003/02/24 15:12:11 sniper Exp $
dnl
dnl This file contains local autoconf functions.
@@ -1107,7 +1107,7 @@
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"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php