diff options
author | Hannes Magnusson <bjori@php.net> | 2012-03-24 17:20:14 +0100 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2012-03-24 17:20:14 +0100 |
commit | 7a1c76538541e74719faf2311d72a70acd3c01e4 (patch) | |
tree | bfc41ddf86afb36855e5e2a4f06e0267d06bd49d /configure.in | |
parent | 69b647c43be5729337024abdc6bf8565a1aa9a5b (diff) | |
parent | 4fc4dd8760ddd8a53df9b59921093cc6b523154e (diff) | |
download | php-git-7a1c76538541e74719faf2311d72a70acd3c01e4.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
This is a git checkout
Revert incorrect fix
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 0a6fcd10ea..49a88b1380 100644 --- a/configure.in +++ b/configure.in @@ -233,7 +233,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 |