]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Ensure we don't set HAVE_ODBC unless we really do
authorTravis Cross <tc@traviscross.com>
Fri, 31 Jan 2014 18:14:32 +0000 (18:14 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 31 Jan 2014 18:53:57 +0000 (18:53 +0000)
configure.in

index 0d5aa1e01ff07681e5682d9a2c91714cb956c7c7..a811482646670049d3ebcd401206ebe703927d5a 100644 (file)
@@ -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