]> granicus.if.org Git - php/commitdiff
This is a git checkout
authorHannes Magnusson <bjori@php.net>
Sat, 24 Mar 2012 16:16:50 +0000 (17:16 +0100)
committerHannes Magnusson <bjori@php.net>
Sat, 24 Mar 2012 16:16:50 +0000 (17:16 +0100)
configure.in

index 8f579eff619c0d7c1c8f4d565bd718e822af69f8..d3f96b0ac91d3ae93b1669aee7481af80774859a 100644 (file)
@@ -155,7 +155,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 SVN checkout!])
+      AC_MSG_ERROR([bison is required to build PHP/Zend when building a GIT checkout!])
     fi
     ;;
 esac