We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e2423 commit f0290a7Copy full SHA for f0290a7
configure.in
@@ -160,8 +160,8 @@ if test "$LEX" ;then
160
sed -e 's/^.* //' -e 's/\./ /g'`
161
if test ! -z "$flexvers"; then
162
set $flexvers
163
- if test "${1}" != "2" -o "${2}" != "5" -o "${3}" -lt "4"; then
164
- 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.)
165
fi
166
167
AC_MSG_RESULT(${1}.${2}.${3} (ok))
0 commit comments