summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-07-20 14:34:09 +0000
committerJohannes Schlüter <johannes@php.net>2009-07-20 14:34:09 +0000
commit9b3da855b5445db9345420b78623773b32029a0f (patch)
treecb8e0cba2330b582d044b9376c487a1b96726429
parentd0a29091dfeb524e7c63d7457104a65058c5ffb8 (diff)
downloadphp-git-9b3da855b5445db9345420b78623773b32029a0f.tar.gz
CVS->SVN
-rw-r--r--configure.in2
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