We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0760f commit 4fc4dd8Copy full SHA for 4fc4dd8
configure.in
@@ -155,7 +155,7 @@ dnl Check if bison generated files exist when bison does not..
155
case $php_cv_bison_version in
156
""|invalid[)]
157
if ! test -f "$abs_srcdir/Zend/zend_language_parser.h" || ! test -f "$abs_srcdir/Zend/zend_language_parser.c" ; then
158
- 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!])
159
fi
160
;;
161
esac
0 commit comments