mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 18:40:46 +00:00
Fixes a problem where Asterisk would not compile if IMAP_STORAGE was enabled.
Needed to add a space between file name and options. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -19334,7 +19334,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
|||||||
if test "${ac_cv_imap_tk}" = "yes"; then
|
if test "${ac_cv_imap_tk}" = "yes"; then
|
||||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||||
echo "${ECHO_T}yes" >&6; }
|
echo "${ECHO_T}yes" >&6; }
|
||||||
IMAP_TK_LIB="${imap_libs}"`echo ${imap_ldflags}`
|
IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
|
||||||
IMAP_TK_INCLUDE="${imap_include}"
|
IMAP_TK_INCLUDE="${imap_include}"
|
||||||
PBX_IMAP_TK=1
|
PBX_IMAP_TK=1
|
||||||
|
|
||||||
|
@@ -587,7 +587,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
LIBS="${saved_libs}"
|
LIBS="${saved_libs}"
|
||||||
if test "${ac_cv_imap_tk}" = "yes"; then
|
if test "${ac_cv_imap_tk}" = "yes"; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
IMAP_TK_LIB="${imap_libs}"`echo ${imap_ldflags}`
|
IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
|
||||||
IMAP_TK_INCLUDE="${imap_include}"
|
IMAP_TK_INCLUDE="${imap_include}"
|
||||||
PBX_IMAP_TK=1
|
PBX_IMAP_TK=1
|
||||||
AC_DEFINE([HAVE_IMAP_TK], 1, [Define if your system has the UW IMAP Toolkit c-client library.])
|
AC_DEFINE([HAVE_IMAP_TK], 1, [Define if your system has the UW IMAP Toolkit c-client library.])
|
||||||
|
Reference in New Issue
Block a user