diff options
author | foobar <sniper@php.net> | 2006-07-23 23:40:19 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2006-07-23 23:40:19 +0000 |
commit | 5b77718854af8e30ca63b50f92283784ef83135e (patch) | |
tree | e7d6d1940547e3f86095e5e4d5946a5cfd9bb98c /scripts/phpize.in | |
parent | 5b02056c23064cc61d58682484f62556bef49183 (diff) | |
download | php-git-5b77718854af8e30ca63b50f92283784ef83135e.tar.gz |
typofix
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r-- | scripts/phpize.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index 1394c65476..b336608a23 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 ! text -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + if ! test -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF Cannot find autoconf. Please check your autoconf installation and the \$PHP_AUTOCONF environment variable. Then, rerun this script. |