mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
autoconf
This commit is contained in:
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:
|
||||
***
|
||||
|
Reference in New Issue
Block a user