aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-09 16:43:36 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-09 16:43:36 +0000
commit3b057a16a87f766ad53d5c8fbb81d58c046ccdef (patch)
tree85967ee1e3eb6069752cfda64b71e58302af8a11 /doc
parenteb2358c03c4dc8920438ca8725bc3b6acb1b1733 (diff)
Merged revisions 53715 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53715 | kpfleming | 2007-02-09 10:42:22 -0600 (Fri, 09 Feb 2007) | 2 lines clarify the fact that voicemail IMAP storage cannot be built against a distro's binary c-client library package (at least not at this time) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53716 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/imapstorage.txt b/doc/imapstorage.txt
index c0cee0dbc..1e5484b3e 100644
--- a/doc/imapstorage.txt
+++ b/doc/imapstorage.txt
@@ -74,6 +74,12 @@ or where ever you built thfe UWashington IMAP Toolkit. When you run
'make menuselect', choose 'Voicemail Build Options' and the
IMAP_STORAGE option should be available for selection.
+Note that the --with-imap option will NOT search your system for an
+installed copy of the IMAP Toolkit c-client library; the Asterisk
+Makefiles and configure script are designed to build against an
+unpacked and compiled source tree of the IMAP Toolkit, not a binary
+distribution.
+
After selecting it, use the 'x' key to exit menuselect and save
your changes, and the build/install Asterisk normally.