From: Johannes Schlüter Date: Mon, 20 Jul 2009 14:34:09 +0000 (+0000) Subject: CVS->SVN X-Git-Tag: php-5.2.11RC1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d1cafd4ccae79190552671a9ab1714e9e11d8d4;p=php CVS->SVN --- diff --git a/configure.in b/configure.in index a00baf254d..5ca0e5f17f 100644 --- a/configure.in +++ b/configure.in @@ -171,7 +171,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 CVS checkout!]) + AC_MSG_ERROR([bison is required to build PHP/Zend when building a SVN checkout!]) fi ;; esac