helly Thu Apr 3 15:59:43 2003 EDT Modified files: /php4 configure.in Log: Check for flex version 2.5.4 Index: php4/configure.in diff -u php4/configure.in:1.438 php4/configure.in:1.439 --- php4/configure.in:1.438 Wed Apr 2 16:17:16 2003 +++ php4/configure.in Thu Apr 3 15:59:42 2003 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.438 2003/04/02 21:17:16 helly Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.439 2003/04/03 20:59:42 helly Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -160,8 +160,8 @@ sed -e 's/^.* //' -e 's/\./ /g'` if test ! -z "$flexvers"; then set $flexvers - if test "${1}" != "2" -o "${2}" != "5" -o "${3}" -lt "4"; then - AC_MSG_WARN(You will need flex 2.5.4 or later if you want to regenerate Zend/PHP lexical parsers.) + if test "${1}" != "2" -o "${2}" != "5" -o "${3}" != "4"; then + AC_MSG_WARN(You will need flex 2.5.4 if you want to regenerate Zend/PHP lexical parsers.) fi fi AC_MSG_RESULT(${1}.${2}.${3} (ok))
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php