From 0648ff1247433fe097b6a90d940ced73a105f39d Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 9 Feb 2007 16:42:22 +0000 Subject: 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/branches/1.4@53715 f38db490-d61c-443f-a65b-d21fe96a405b --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 61508b4a7..aefe9fc41 100644 --- a/configure.ac +++ b/configure.ac @@ -431,6 +431,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}" -- cgit v1.2.3