Commit ea1f6e00 authored by Bruce Momjian's avatar Bruce Momjian

autoconf

parent 0679a2c3
......@@ -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:
***
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment