]> granicus.if.org Git - php/commitdiff
CVS->SVN
authorJohannes Schlüter <johannes@php.net>
Mon, 20 Jul 2009 14:34:09 +0000 (14:34 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 20 Jul 2009 14:34:09 +0000 (14:34 +0000)
configure.in

index 45c8e5b30aa6a4cc33ad0a25e0931fab2b2be702..d24316737f67aee225e2ed06009fad563b89f401 100644 (file)
@@ -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