aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 19:59:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 19:59:34 +0000
commit135bedb7feb6206723ae15dc1e61c3636883cb77 (patch)
treee2cea347ed0960b469372aa51096fcb25fefbd27 /apps
parent29a8631c9688d6c8c4a7b0a4810289b4c9ff3408 (diff)
massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37066 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 8c09889e2..ebb26ffd2 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -52,6 +52,10 @@
<depend>unixodbc</depend>
<defaultenabled>no</defaultenabled>
</member>
+ <member name="IMAP_STORAGE" displayname="Storage of Voicemail using IMAP4">
+ <depend>imap_tk</depend>
+ <defaultenabled>no</defaultenabled>
+ </member>
</category>
***/