diff options
Diffstat (limited to 'lang/php4/files/patch-scripts::phpize.in')
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in index 83f38a656499..9db65b6f616a 100644 --- a/lang/php4/files/patch-scripts::phpize.in +++ b/lang/php4/files/patch-scripts::phpize.in @@ -1,5 +1,5 @@ ---- scripts/phpize.in.orig Wed Jun 15 19:13:52 2005 -+++ scripts/phpize.in Wed Jul 13 09:30:59 2005 +--- scripts/phpize.in.orig Sun Sep 4 06:41:00 2005 ++++ scripts/phpize.in Fri May 5 08:02:13 2006 @@ -94,8 +94,8 @@ phpize_check_autotools() @@ -9,5 +9,5 @@ + test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf259 + test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259 - if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF |