mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
Ensure we don't set HAVE_ODBC unless we really do
This commit is contained in:
parent
72a8049835
commit
cc3e15eb50
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user