summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-11-04 15:07:54 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-11-04 15:07:54 +0000
commit448562af93f8bec88e08cbaefa0dcf3d0dec64b8 (patch)
tree548e478f6f70019b55bacc485591167d46591add /apps
parent46d7e8dafa3602bd96a83706aa8382471e0af4f1 (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: https://origsvn.digium.com/svn/asterisk/trunk@154151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_osplookup.c2
-rw-r--r--apps/app_voicemail.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 03f3dbc9d..3c2b2ea19 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -30,7 +30,7 @@
/*** MODULEINFO
<depend>osptk</depend>
- <depend>ssl</depend>
+ <depend>openssl</depend>
***/
#include "asterisk.h"
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index d01ce3dcd..3338de8ab 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -47,7 +47,7 @@ c-client (http://www.washington.edu/imap/
/*** MAKEOPTS
<category name="MENUSELECT_OPTS_app_voicemail" displayname="Voicemail Build Options" positive_output="yes" remove_on_change="apps/app_voicemail.o apps/app_directory.o">
<member name="ODBC_STORAGE" displayname="Storage of Voicemail using ODBC">
- <depend>unixodbc_or_iodbc</depend>
+ <depend>odbc</depend>
<depend>ltdl</depend>
<use>unixodbc</use>
<use>iodbc</use>
@@ -57,7 +57,7 @@ c-client (http://www.washington.edu/imap/
<member name="IMAP_STORAGE" displayname="Storage of Voicemail using IMAP4">
<depend>imap_tk</depend>
<conflict>ODBC_STORAGE</conflict>
- <use>ssl</use>
+ <use>openssl</use>
<defaultenabled>no</defaultenabled>
</member>
</category>