Merge branch 'dev' of github.com:mdbtools/mdbtools into dev

This commit is contained in:
Evan Miller
2020-10-18 17:16:11 -04:00
3 changed files with 10 additions and 11 deletions

View File

@@ -181,9 +181,7 @@ fi
if test "x$HAVE_ODBC" = "xtrue"; then
if test "x$sql" != "xtrue" ; then
echo
echo ODBC requires flex and bison for the SQL engine
exit 1
AC_MSG_ERROR([ODBC requires flex and bison for the SQL engine])
fi
AC_SUBST(ODBC_CFLAGS)