From: Wez Furlong Date: Sun, 4 Sep 2005 04:41:00 +0000 (+0000) Subject: merge solaris portability fix X-Git-Tag: php-4.4.1RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a616ad19e0f6ce4538bd12d8b8abb3b5bce7498e;p=php merge solaris portability fix --- diff --git a/scripts/phpize.in b/scripts/phpize.in index 64399997ee..ad816eb116 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -97,7 +97,7 @@ phpize_check_autotools() test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader - if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <