aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
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 /cdr
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 'cdr')
-rw-r--r--cdr/cdr_adaptive_odbc.c2
-rw-r--r--cdr/cdr_odbc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index edc01e7dd..b254ad645 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -25,7 +25,7 @@
*/
/*** MODULEINFO
- <depend>unixodbc_or_iodbc</depend>
+ <depend>odbc</depend>
<use>unixodbc</use>
<use>iodbc</use>
***/
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index df9329090..d4db02b52 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -29,7 +29,7 @@
*/
/*** MODULEINFO
- <depend>unixodbc_or_iodbc</depend>
+ <depend>odbc</depend>
<depend>ltdl</depend>
<use>unixodbc</use>
<use>iodbc</use>