1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Be more precise about check for flex 2.5.3, backpatched to 7.3.X.

This commit is contained in:
Bruce Momjian
2003-05-07 04:49:02 +00:00
parent c04e80cf87
commit f52c9c6fb6
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -3618,7 +3618,7 @@ else
then
echo '%%' > conftest.l
if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then
if $pgac_candidate --version | grep '2\.5\.3' >/dev/null 2>&1; then
if $pgac_candidate --version | grep ' 2\.5\.3$' >/dev/null 2>&1; then
pgac_broken_flex=$pgac_candidate
continue
fi