From: Johannes Schlüter Date: Mon, 20 Jul 2009 14:34:09 +0000 (+0000) Subject: CVS->SVN X-Git-Tag: php-5.4.0alpha1~191^2~3029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b3da855b5445db9345420b78623773b32029a0f;p=php CVS->SVN --- diff --git a/configure.in b/configure.in index 45c8e5b30a..d24316737f 100644 --- a/configure.in +++ b/configure.in @@ -170,7 +170,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