From: Rasmus Lerdorf Date: Wed, 18 May 2011 19:55:34 +0000 (+0000) Subject: Fix typo X-Git-Tag: php-5.3.7RC1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edcc7dce4ec6566ddbb952292adb8e7e94f1eee8;p=php Fix typo --- diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 13d13ddb00..de16264429 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -50,7 +50,7 @@ if test "$1" = "2" -a "$2" -gt "59"; then echo " Most distros have separate autoconf 2.13 or 2.59 packages." echo " On Debian/Ubuntu both autoconf2.13 and autoconf2.59 packages exist." echo " Install autoconf2.13 and set the PHP_AUTOCONF env var to " - echo " autoconf2.13and try again." + echo " autoconf2.13 and try again." exit 1 else echo "buildconf: autoconf version $ac_version (ok)"