From 121a06bcef920eaacdff522fb7065206ed236618 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 18 Jun 2007 16:35:02 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.4@69702 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_odbc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'funcs') diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c index bf6ad0ec8..c5ea6fcda 100644 --- a/funcs/func_odbc.c +++ b/funcs/func_odbc.c @@ -26,6 +26,7 @@ /*** MODULEINFO unixodbc + ltdl res_odbc ***/ -- cgit v1.2.3