mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
fix small bug in IMAP toolkit testing
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@107405 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 103722 .
|
||||
# From configure.ac Revision: 103812 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
|
||||
#
|
||||
@@ -19487,7 +19487,7 @@ echo $ECHO_N "checking for system c-client library...... $ECHO_C" >&6; }
|
||||
CPPFLAGS="${saved_cppflags}"
|
||||
LIBS="${saved_libs}"
|
||||
imap_include="-I${IMAP_TK_DIR}/include"
|
||||
imap_ldflags="-I${IMAP_TK_DIR}/lib"
|
||||
imap_ldflags="-L${IMAP_TK_DIR}/lib"
|
||||
imap_libs="-lc-client"
|
||||
CPPFLAGS="${CPPFLAGS} ${imap_include}"
|
||||
LIBS="${LIBS} ${imap_libs} ${imap_ldflags}"
|
||||
|
@@ -618,7 +618,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
||||
CPPFLAGS="${saved_cppflags}"
|
||||
LIBS="${saved_libs}"
|
||||
imap_include="-I${IMAP_TK_DIR}/include"
|
||||
imap_ldflags="-I${IMAP_TK_DIR}/lib"
|
||||
imap_ldflags="-L${IMAP_TK_DIR}/lib"
|
||||
imap_libs="-lc-client"
|
||||
CPPFLAGS="${CPPFLAGS} ${imap_include}"
|
||||
LIBS="${LIBS} ${imap_libs} ${imap_ldflags}"
|
||||
|
Reference in New Issue
Block a user