jani            Wed Jul 16 16:29:37 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    configure.in 
  Log:
  -nuke weird char
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.22&r2=1.579.2.52.2.77.2.23&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.22 
php-src/configure.in:1.579.2.52.2.77.2.23
--- php-src/configure.in:1.579.2.52.2.77.2.22   Wed Jul 16 16:22:43 2008
+++ php-src/configure.in        Wed Jul 16 16:29:37 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.22 2008/07/16 16:22:43 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.23 2008/07/16 16:29:37 jani Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -168,7 +168,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
+    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
     ;;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to