aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-04 15:07:54 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-04 15:07:54 +0000
commita73e71ff1e7e9605a6a356deb754150183d6b906 (patch)
tree548e478f6f70019b55bacc485591167d46591add /funcs
parentc7832dd1fdbd1c8d3b61cf6e3a3c0606c744bc9b (diff)
improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
along the way, change tags used in configure script, menuselect-deps and code for various dependencies to be consistently named git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154151 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index 41f5d7bc0..23cc4f843 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -27,7 +27,7 @@
*/
/*** MODULEINFO
- <depend>unixodbc_or_iodbc</depend>
+ <depend>odbc</depend>
<depend>ltdl</depend>
<depend>res_odbc</depend>
<use>unixodbc</use>