Index: configure =================================================================== RCS file: /cvsroot/pgsql-server/configure,v retrieving revision 1.252 diff -c -c -r1.252 configure *** configure 24 Apr 2003 21:16:42 -0000 1.252 --- configure 6 May 2003 23:25:51 -0000 *************** *** 3577,3583 **** 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 pgac_broken_flex=$pgac_candidate continue fi --- 3577,3583 ---- 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 pgac_broken_flex=$pgac_candidate continue fi Index: config/programs.m4 =================================================================== RCS file: /cvsroot/pgsql-server/config/programs.m4,v retrieving revision 1.11 diff -c -c -r1.11 programs.m4 *** config/programs.m4 6 Apr 2003 22:45:22 -0000 1.11 --- config/programs.m4 6 May 2003 23:25:51 -0000 *************** *** 26,32 **** 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 pgac_broken_flex=$pgac_candidate continue fi --- 26,32 ---- 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 pgac_broken_flex=$pgac_candidate continue fi