summaryrefslogtreecommitdiff
path: root/configure.in
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
commit569869855ec92d64270e50a28c1a94bf016a8211 (patch)
tree7d62398be539a27890021f9c4b153e05b47aa29a /configure.in
parent38325785224220c56036f6e1e597ddcd38810696 (diff)
downloadphp-git-569869855ec92d64270e50a28c1a94bf016a8211.tar.gz
CVS->SVN
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c79d41f32d..e1d464b64e 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