This commit is contained in:
Bruce Momjian 2000-01-19 17:27:04 +00:00
parent 0679a2c30e
commit ea1f6e00e6
1 changed files with 1 additions and 1 deletions

2
src/configure vendored
View File

@ -1861,7 +1861,7 @@ fi
fi
if test "$LEX" = "flex"; then
$LEX --version 2> /dev/null | grep -s '2\.5\.3' >& /dev/null
$LEX --version 2> /dev/null | grep -s '2\.5\.3' > /dev/null 2>&1
if test $? -eq 0 ; then
echo "configure: warning:
***