From 9a7efae8fdfb623faa62f06c700cf5682917e3d0 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 15 Jan 2009 20:18:53 +0000 Subject: remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC this stops modules from being linked against both sets of libraries on systems that have both installed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168734 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_odbc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'funcs/func_odbc.c') diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c index 06ffecc50..e1006a2f8 100644 --- a/funcs/func_odbc.c +++ b/funcs/func_odbc.c @@ -27,11 +27,7 @@ */ /*** MODULEINFO - odbc - ltdl res_odbc - unixodbc - iodbc ***/ #define USE_ODBC -- cgit v1.2.3