mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
autoconf
This commit is contained in:
parent
0679a2c30e
commit
ea1f6e00e6
2
src/configure
vendored
2
src/configure
vendored
@ -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:
|
||||
***
|
||||
|
Loading…
Reference in New Issue
Block a user