From: Hannes Magnusson Date: Sat, 24 Mar 2012 16:16:50 +0000 (+0100) Subject: This is a git checkout X-Git-Tag: php-5.4.1RC1~28^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc4dd8760ddd8a53df9b59921093cc6b523154e;p=php This is a git checkout --- diff --git a/configure.in b/configure.in index 8f579eff61..d3f96b0ac9 100644 --- a/configure.in +++ b/configure.in @@ -155,7 +155,7 @@ dnl Check if bison generated files exist when bison does not.. case $php_cv_bison_version in ""|invalid[)] if ! test -f "$abs_srcdir/Zend/zend_language_parser.h" || ! test -f "$abs_srcdir/Zend/zend_language_parser.c" ; then - AC_MSG_ERROR([bison is required to build PHP/Zend when building a SVN checkout!]) + AC_MSG_ERROR([bison is required to build PHP/Zend when building a GIT checkout!]) fi ;; esac