From 8886d9ab613a9ee97cfb4ba5806d365189e3728d Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Sat, 10 Apr 2021 08:59:49 -0400 Subject: [PATCH] Fix ODBC build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e64d1e2..6b3f0ed 100644 --- a/configure.ac +++ b/configure.ac @@ -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