aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-15 17:26:37 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-15 17:26:37 +0000
commit9ffccc9423fe00dc1b6e553cda5836fefd21fde5 (patch)
tree4be41099a7c1b0766e197d334125d9d7ebcc7131 /doc
parentd2725377f5d62c9aa6be659ed2256932ab22f012 (diff)
Final round of changes for configure script logic for IMAP
Now if a directory is specified, then we will search that directory for a source installation of the IMAP toolkit. If none is found, then we will use that directory as the basis for detecting a package installation of the IMAP c-client. If that check fails, then configure will fail. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@103722 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/imapstorage.txt b/doc/imapstorage.txt
index 9ee5b7891..f1803bf1e 100644
--- a/doc/imapstorage.txt
+++ b/doc/imapstorage.txt
@@ -70,7 +70,10 @@ Compiling Asterisk
------------------
Configure with ./configure --with-imap=/usr/src/imap
-or where ever you built thfe UWashington IMAP Toolkit.
+or where ever you built thfe UWashington IMAP Toolkit. This directory
+will be searched for a source installation. If no source installation is
+found there, then a package installation of the IMAP c-client will be
+searched for in this directory. If one is not found, then configure will fail
A second configure option is to not specify a directory (i.e.
./configure --with-imap). This will assume that you have the