Skip to content

Commit 4fc4dd8

Browse files
committed
This is a git checkout
1 parent 8d0760f commit 4fc4dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ dnl Check if bison generated files exist when bison does not..
155155
case $php_cv_bison_version in
156156
""|invalid[)]
157157
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!])
158+
AC_MSG_ERROR([bison is required to build PHP/Zend when building a GIT checkout!])
159159
fi
160160
;;
161161
esac

0 commit comments

Comments
 (0)