diff options
author | Hannes Magnusson <bjori@php.net> | 2012-03-24 16:16:50 (GMT) |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2012-03-24 16:16:50 (GMT) |
commit | 4fc4dd8760ddd8a53df9b59921093cc6b523154e (patch) | |
tree | 1a7231bc194001137ffe725bbadd4ad1a738a5ce /configure.in | |
parent | 8d0760f38a9d3dabb3a31d1d47f85827d27d0db4 (diff) | |
download | php-4fc4dd8760ddd8a53df9b59921093cc6b523154e.tar.gz |
This is a git checkout
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8f579ef..d3f96b0 100644 --- a/configure.in +++ b/configure.in @@ -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 |