mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 13:53:33 +08:00
Fix ODBC build
This commit is contained in:
parent
4105e31890
commit
8886d9ab61
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user