From 43658278ff46c04fc6a0d8f88e01bb550220527f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 18 Jun 2007 16:35:51 +0000 Subject: Merged revisions 69702 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r69702 | russell | 2007-06-18 11:35:02 -0500 (Mon, 18 Jun 2007) | 6 lines To prevent 92138749238754 more reports of "I have unixodbc installed, but still can't build *_odbc.so!", check for ltdl directly, instead of just listing it as another library to include in the unixodbc check in the configure script. This also makes ltdl show up as a dependency in menuselect so people know what to go install. (related to issue #9989, patch by me) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69703 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_odbc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'res/res_odbc.c') diff --git a/res/res_odbc.c b/res/res_odbc.c index 36b5d116d..a62f8976c 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -31,6 +31,7 @@ /*** MODULEINFO unixodbc + ltdl ***/ #include "asterisk.h" -- cgit v1.2.3