From f7176ca108ff8ae43c3c900fb61e0e20ade56265 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Fri, 31 Jan 2014 18:14:32 +0000 Subject: [PATCH] Ensure we don't set HAVE_ODBC unless we really do --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 0d5aa1e01f..a811482646 100644 --- a/configure.in +++ b/configure.in @@ -397,6 +397,7 @@ AM_CONDITIONAL([ENABLE_ZRTP],[test "x$enable_zrtp" != "xno"]) AM_CONDITIONAL([WANT_DEBUG],[test "${enable_debug}" = "yes"]) +enable_core_odbc_support="no" AC_ARG_ENABLE(core-odbc-support, [AS_HELP_STRING([--enable-core-odbc-support], [Compile with ODBC Support])],,[enable_core_odbc_support="no"]) if test "x$enable_core_odbc_support" != "xno"; then