From 41901d127c32eadedf7245a56182075b243640e0 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 1 Sep 2005 13:59:03 +0000 Subject: [PATCH] portability fix (for solaris) --- scripts/phpize.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/phpize.in b/scripts/phpize.in index eed03fc74e..e038464c31 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -102,7 +102,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 <