]> 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 c79d41f32df4f8c4ee271234224911ec1ce0df8d..e1d464b64eb28a3aa7a2981cdcbed5171c7818b9 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