]> granicus.if.org Git - php/commitdiff
- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!
authorfoobar <sniper@php.net>
Thu, 24 May 2007 19:35:46 +0000 (19:35 +0000)
committerfoobar <sniper@php.net>
Thu, 24 May 2007 19:35:46 +0000 (19:35 +0000)
acinclude.m4

index 24dec1a430cf0a4e18597f25dbb1772d30ece796..67a1446de52e49b1adf1483e19018a433bee7f43 100644 (file)
@@ -2047,9 +2047,8 @@ 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_WARN([$flex_msg])
-      LEX="echo \"error: $flex_msg\" 1>&2 ; exit 1;"
+      flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)."
+      AC_MSG_ERROR([$flex_msg])
       ;;
   esac
   PHP_SUBST(LEX)