1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

-nuke weird char

This commit is contained in:
Jani Taskinen
2008-07-16 16:30:04 +00:00
parent 00fb7be378
commit e1fdf15fee

View File

@@ -154,7 +154,7 @@ PHP_PROG_LEX
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
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 CVS checkout!])
fi
;;