jani            Fri Aug  3 10:46:19 2007 UTC

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  MFB
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.382&r2=1.383&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.382 php-src/acinclude.m4:1.383
--- php-src/acinclude.m4:1.382  Thu Jul 26 22:45:22 2007
+++ php-src/acinclude.m4        Fri Aug  3 10:46:19 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.382 2007/07/26 22:45:22 jani Exp $
+dnl $Id: acinclude.m4,v 1.383 2007/08/03 10:46:19 jani Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2708,7 +2708,7 @@
           esac 
         fi
         is_arg_set=php_[]`echo [$]arg_name | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ-' 
'abcdefghijklmnopqrstuvwxyz_'`
-        if eval test -z "\$$is_arg_set"; then
+        if eval test "x\$$is_arg_set" = "x"; then
           PHP_UNKNOWN_CONFIGURE_OPTIONS="$PHP_UNKNOWN_CONFIGURE_OPTIONS
 [$]arg"
         fi

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to