Skip to content

Commit 13486a5

Browse files
committed
Removal of flex version check
1 parent 5701ae2 commit 13486a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -7195,7 +7195,7 @@ else
71957195
echo '%%' > conftest.l
71967196
if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then
71977197
pgac_flex_version=`$pgac_candidate --version 2>/dev/null`
7198-
if echo "$pgac_flex_version" | sed 's/[.a-z]/ /g' | $AWK '{ if ($1 = 2 && $2 = 5 && $3 >= 31) exit 0; else exit 1;}'
7198+
if echo "$pgac_flex_version" | sed 's/[.a-z]/ /g'
71997199
then
72007200
pgac_cv_path_flex=$pgac_candidate
72017201
break 2

0 commit comments

Comments
 (0)