From fe480759d927d3b4576af945a36d6afc5113884e Mon Sep 17 00:00:00 2001 From: kpfleming 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: http://svn.digium.com/svn/asterisk/trunk@168734 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_odbc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'res/res_odbc.c') diff --git a/res/res_odbc.c b/res/res_odbc.c index 5864c7da4..165cf872b 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -30,10 +30,8 @@ */ /*** MODULEINFO - odbc + generic_odbc ltdl - unixodbc - iodbc ***/ #include "asterisk.h" -- cgit v1.2.3