]> granicus.if.org Git - php/commitdiff
- Fix previous fix. (just revert of Stefan's bad fix..)
authorfoobar <sniper@php.net>
Thu, 24 May 2007 19:52:03 +0000 (19:52 +0000)
committerfoobar <sniper@php.net>
Thu, 24 May 2007 19:52:03 +0000 (19:52 +0000)
acinclude.m4

index 67a1446de52e49b1adf1483e19018a433bee7f43..428dfa77fea815c351735b9c6dc3e0cc8f3ba40f 100644 (file)
@@ -2047,8 +2047,9 @@ AC_DEFUN([PHP_PROG_LEX], [
   
   case $php_cv_flex_version in
     ""|invalid[)]
-      flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)."
-      AC_MSG_ERROR([$flex_msg])
+      flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list  (found: $flex_version)."
+      AC_MSG_WARN([$flex_msg])
+      LEX="exit 0;"
       ;;
   esac
   PHP_SUBST(LEX)