summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-05-07 04:49:02 +0000
committerBruce Momjian <bruce@momjian.us>2003-05-07 04:49:02 +0000
commitf52c9c6fb67f9dc15b9f5b46b4cea0cfefd123a2 (patch)
treeaa6a70cb95d18a87edd13b934ea90644b32c462c /configure
parentc04e80cf8777f1d3ae5852e9c7afd365f945ac90 (diff)
downloadpostgresql-f52c9c6fb67f9dc15b9f5b46b4cea0cfefd123a2.tar.gz
Be more precise about check for flex 2.5.3, backpatched to 7.3.X.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fda05fa32f..44dda647fb 100755
--- a/configure
+++ b/configure
@@ -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