mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Add -Wno-conflicts-sr to yacc flags
This commit is contained in:
parent
7436fa0e0e
commit
b8181fa65f
@ -46,7 +46,11 @@ AC_MSG_RESULT( no - SQL engine disable);
|
||||
sql=false
|
||||
fi
|
||||
|
||||
if ! $YACC -V >/dev/null 2>&1; then
|
||||
if $YACC -V >/dev/null 2>&1; then
|
||||
if $YACC -Wno-conflicts-sr -V >/dev/null 2>&1; then
|
||||
YFLAGS="$YFLAGS -Wno-conflicts-sr"
|
||||
fi
|
||||
else
|
||||
sql=false
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user