[asterisk-commits] kpfleming: trunk r107406 - in /trunk: ./ include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 11 08:58:37 CDT 2008
Author: kpfleming
Date: Tue Mar 11 08:58:37 2008
New Revision: 107406
URL: http://svn.digium.com/view/asterisk?view=rev&rev=107406
Log:
Merged revisions 107405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r107405 | kpfleming | 2008-03-11 08:57:08 -0500 (Tue, 11 Mar 2008) | 2 lines
fix small bug in IMAP toolkit testing
........
Modified:
trunk/ (props changed)
trunk/configure
trunk/configure.ac
trunk/include/asterisk/autoconfig.h.in
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?view=diff&rev=107406&r1=107405&r2=107406
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Mar 11 08:58:37 2008
@@ -788,7 +788,7 @@
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}"
Modified: trunk/include/asterisk/autoconfig.h.in
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/autoconfig.h.in?view=diff&rev=107406&r1=107405&r2=107406
==============================================================================
--- trunk/include/asterisk/autoconfig.h.in (original)
+++ trunk/include/asterisk/autoconfig.h.in Tue Mar 11 08:58:37 2008
@@ -1043,6 +1043,12 @@
/* Define ZAPTEL_HWGAIN headers version */
#undef HAVE_ZAPTEL_HWGAIN_VERSION
+
+/* Define if your system has the ZAPTEL_NEONMWI headers. */
+#undef HAVE_ZAPTEL_NEONMWI
+
+/* Define ZAPTEL_NEONMWI headers version */
+#undef HAVE_ZAPTEL_NEONMWI_VERSION
/* Define if your system has the ZAPTEL_TRANSCODE headers. */
#undef HAVE_ZAPTEL_TRANSCODE
More information about the asterisk-commits
mailing list