sniper          Mon Feb 24 10:11:55 2003 EDT

  Modified files:              
    /php4       acinclude.m4 
  Log:
  fix quotes
  
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.227 php4/acinclude.m4:1.228
--- php4/acinclude.m4:1.227     Sun Feb 23 23:37:04 2003
+++ php4/acinclude.m4   Mon Feb 24 10:11:54 2003
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.227 2003/02/24 04:37:04 sniper Exp $
+dnl $Id: acinclude.m4,v 1.228 2003/02/24 15:11:54 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 
@@ -1100,7 +1100,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

Reply via email to