]> 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 a00baf254dea8c064dc8beb61c9a2d2aed3f3bab..5ca0e5f17faf2cd68ff8cd7db32b358bcba92ad6 100644 (file)
@@ -171,7 +171,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