1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Properly test for buggy flex 2.5.3.

This commit is contained in:
Bruce Momjian
2003-05-06 23:33:52 +00:00
parent efa58e105d
commit e8f4f2f92d
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -3577,7 +3577,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