diff options
author | Johannes Schlüter <johannes@php.net> | 2009-07-20 14:34:09 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-07-20 14:34:09 +0000 |
commit | 9b3da855b5445db9345420b78623773b32029a0f (patch) | |
tree | cb8e0cba2330b582d044b9376c487a1b96726429 | |
parent | d0a29091dfeb524e7c63d7457104a65058c5ffb8 (diff) | |
download | php-git-9b3da855b5445db9345420b78623773b32029a0f.tar.gz |
CVS->SVN
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |