Fix ODBC build

This commit is contained in:
Evan Miller 2021-04-10 08:59:49 -04:00
parent 4105e31890
commit 8886d9ab61

View File

@ -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