File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/config/programs.m4,v 1.11 2003/04 /06 22:45:22 petere Exp $
1
+ # $Header: /cvsroot/pgsql/config/programs.m4,v 1.12 2003/05 /06 23:33:52 momjian Exp $
2
2
3
3
4
4
# PGAC_PATH_FLEX
26
26
then
27
27
echo '%%' > conftest.l
28
28
if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then
29
- if $pgac_candidate --version | grep '2\.5\.3' >/dev/null 2>&1; then
29
+ if $pgac_candidate --version | grep ' 2\.5\.3$ ' >/dev/null 2>&1; then
30
30
pgac_broken_flex=$pgac_candidate
31
31
continue
32
32
fi
Original file line number Diff line number Diff line change @@ -3577,7 +3577,7 @@ else
3577
3577
then
3578
3578
echo ' %%' > conftest.l
3579
3579
if $pgac_candidate -t conftest.l 2> /dev/null | grep FLEX_SCANNER > /dev/null 2>&1 ; then
3580
- if $pgac_candidate --version | grep ' 2\.5\.3' > /dev/null 2>&1 ; then
3580
+ if $pgac_candidate --version | grep ' 2\.5\.3$ ' > /dev/null 2>&1 ; then
3581
3581
pgac_broken_flex=$pgac_candidate
3582
3582
continue
3583
3583
fi
You can’t perform that action at this time.
0 commit comments