Ensure we don't set HAVE_ODBC unless we really do

This commit is contained in:
Travis Cross 2014-01-31 18:14:32 +00:00
parent 72a8049835
commit cc3e15eb50
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,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