From a616ad19e0f6ce4538bd12d8b8abb3b5bce7498e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 4 Sep 2005 04:41:00 +0000 Subject: [PATCH] merge solaris portability fix --- scripts/phpize.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <