mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
Only set -Wno-yacc if $YACC supports it
This commit is contained in:
parent
83666459d2
commit
60c820245d
@ -53,7 +53,9 @@ 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
|
||||
if $YACC -Wno-yacc -V >/dev/null 2>&1; then
|
||||
YFLAGS="$YFLAGS -Wno-yacc"
|
||||
fi
|
||||
else
|
||||
sql=false
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user