summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-02-09 16:43:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-02-09 16:43:36 +0000
commit119d6d5a648dc3557a3f8fc8fb93aaf0e7a6332d (patch)
tree85967ee1e3eb6069752cfda64b71e58302af8a11 /configure.ac
parentb3c0e124bdd9013e7c446130669b279193b21e70 (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: https://origsvn.digium.com/svn/asterisk/trunk@53716 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60310762b..125728eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,6 +428,10 @@ fi
if test "${USE_IMAP_TK}" != "no"; then
if test "${IMAP_TK_DIR}" = ""; then
IMAP_TK_DIR=`pwd`"/../imap-2004g"
+ AC_MSG_NOTICE([The --with-imap option does not search your system for installed])
+ AC_MSG_NOTICE([c-client library/header files. Since you did not provide a path])
+ AC_MSG_NOTICE([the configure script will assume you have placed built the c-client])
+ AC_MSG_NOTICE([files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file.])
fi
AC_MSG_CHECKING(for UW IMAP Toolkit c-client library)
saved_cppflags="${CPPFLAGS}"