Commit: 4fc4dd8760ddd8a53df9b59921093cc6b523154e Author: Hannes Magnusson <bj...@php.net> Sat, 24 Mar 2012 17:16:50 +0100 Parents: 8d0760f38a9d3dabb3a31d1d47f85827d27d0db4 Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4fc4dd8760ddd8a53df9b59921093cc6b523154e Log: This is a git checkout Changed paths: M configure.in Diff: 4fc4dd8760ddd8a53df9b59921093cc6b523154e diff --git a/configure.in b/configure.in index 8f579ef..d3f96b0 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php