jani            Fri Aug  3 10:45:23 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    acinclude.m4 
  Log:
  - Hopefully this fixes the "test: argument expected" error on solaris..
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.24&r2=1.332.2.14.2.25&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.14.2.24 
php-src/acinclude.m4:1.332.2.14.2.25
--- php-src/acinclude.m4:1.332.2.14.2.24        Thu Jul 26 22:45:59 2007
+++ php-src/acinclude.m4        Fri Aug  3 10:45:23 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.332.2.14.2.24 2007/07/26 22:45:59 jani Exp $
+dnl $Id: acinclude.m4,v 1.332.2.14.2.25 2007/08/03 10:45:23 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