[Freeswitch-branches] [commit] r8154 - freeswitch/branches/lukedashjr/syslibs/freeswitch
Freeswitch SVN
lukedashjr at freeswitch.org
Mon Apr 21 19:17:21 EDT 2008
Author: lukedashjr
Date: Mon Apr 21 19:17:20 2008
New Revision: 8154
Modified:
freeswitch/branches/lukedashjr/syslibs/freeswitch/configure.in
Log:
make iksemel optional
Modified: freeswitch/branches/lukedashjr/syslibs/freeswitch/configure.in
==============================================================================
--- freeswitch/branches/lukedashjr/syslibs/freeswitch/configure.in (original)
+++ freeswitch/branches/lukedashjr/syslibs/freeswitch/configure.in Mon Apr 21 19:17:20 2008
@@ -189,9 +189,12 @@
AC_MSG_WARN([iaxclient not found: mod_iax will not work.])
])
-PKG_CHECK_MODULES([iksemel],[iksemel])
+PKG_CHECK_MODULES([iksemel],[iksemel],[
AC_SUBST(iksemel_CFLAGS)
AC_SUBST(iksemel_LIBS)
+],[
+AC_MSG_WARN([iksemel not found: mod_dingaling and mod_xmpp_event will not work.])
+])
PKG_CHECK_MODULES([LIBCURL],[libcurl >= 7.13.0],[
AC_SUBST(LIBCURL_CFLAGS)
More information about the Freeswitch-branches
mailing list