mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-21 19:10:05 +08:00
Fix ODBC build
This commit is contained in:
@@ -182,7 +182,7 @@ if test "$with_unixodbc"; then
|
||||
fi
|
||||
|
||||
if test "x$HAVE_ODBC" = "xtrue"; then
|
||||
if test "x$enable_sql" != "xtrue" ; then
|
||||
if test "x$enable_sql" != "xyes" ; then
|
||||
AC_MSG_ERROR([ODBC requires the SQL engine to be enabled])
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user