summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-02-15 00:59:21 +0000
committerMark Michelson <mmichelson@digium.com>2008-02-15 00:59:21 +0000
commitd3b1054f6a2308fc16b0d9cf9fa398227fc0bfeb (patch)
tree5b984ef46f2cf7056419590cf7f942e8463c5359 /doc
parentb0f8f6d269e9b8ef93fe5798661cc463a7f18e1c (diff)
Same changes as made to 1.4 in revision 103710
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/imapstorage.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tex/imapstorage.tex b/doc/tex/imapstorage.tex
index ee93e9636..c690ad2eb 100644
--- a/doc/tex/imapstorage.tex
+++ b/doc/tex/imapstorage.tex
@@ -60,7 +60,8 @@ or where ever you built thfe UWashington IMAP Toolkit.
A second configure option is to not specify a directory (i.e.
./configure --with-imap). This will assume that you have the
imap-2004g source installed in the .. directory relative to the
-Asterisk source.
+Asterisk source. If you do not have this source, then configure will
+default to the "system" option defined in the next paragraph
A third option is ./configure --with-imap=system. This will assume
that you have installed a dynamically linked version of the c-client
@@ -69,9 +70,6 @@ attempt to link agains -lc-client and will search for c-client headers
in your include path starting with the imap directory, and upon failure,
in the c-client directory.
-Note that if you attempt one of the first two configuration options for
-IMAP and it fails, the "system" option will be automatically attempted.
-
When you run 'make menuselect', choose 'Voicemail Build Options' and the
IMAP\_STORAGE option should be available for selection.