mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@103722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user