mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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
This commit is contained in:
10
configure
vendored
10
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 52463 .
|
||||
# From configure.ac Revision: 52998 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
@@ -18878,6 +18878,14 @@ fi
|
||||
if test "${USE_IMAP_TK}" != "no"; then
|
||||
if test "${IMAP_TK_DIR}" = ""; then
|
||||
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
||||
{ echo "$as_me:$LINENO: The --with-imap option does not search your system for installed" >&5
|
||||
echo "$as_me: The --with-imap option does not search your system for installed" >&6;}
|
||||
{ echo "$as_me:$LINENO: c-client library/header files. Since you did not provide a path" >&5
|
||||
echo "$as_me: c-client library/header files. Since you did not provide a path" >&6;}
|
||||
{ echo "$as_me:$LINENO: the configure script will assume you have placed built the c-client" >&5
|
||||
echo "$as_me: the configure script will assume you have placed built the c-client" >&6;}
|
||||
{ echo "$as_me:$LINENO: files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file." >&5
|
||||
echo "$as_me: files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file." >&6;}
|
||||
fi
|
||||
{ echo "$as_me:$LINENO: checking for UW IMAP Toolkit c-client library" >&5
|
||||
echo $ECHO_N "checking for UW IMAP Toolkit c-client library... $ECHO_C" >&6; }
|
||||
|
Reference in New Issue
Block a user