summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/configure.in.in
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-26 01:55:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-26 01:55:02 +0100
commit99a94433e4c65ab7e2343f58b653569b9b65d23d (patch)
tree750c36d5c3c9c59b371f591f2b4d4045af1cbca8 /kopete/protocols/jabber/jingle/configure.in.in
parentaeff00ef479eb2f9ff26c98e119683c35e81378f (diff)
downloadtdenetwork-99a94433e4c65ab7e2343f58b653569b9b65d23d.tar.gz
tdenetwork-99a94433e4c65ab7e2343f58b653569b9b65d23d.zip
Fix automake build: jingle support
Diffstat (limited to 'kopete/protocols/jabber/jingle/configure.in.in')
-rw-r--r--kopete/protocols/jabber/jingle/configure.in.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/kopete/protocols/jabber/jingle/configure.in.in b/kopete/protocols/jabber/jingle/configure.in.in
index ee4db3fa..a03ea347 100644
--- a/kopete/protocols/jabber/jingle/configure.in.in
+++ b/kopete/protocols/jabber/jingle/configure.in.in
@@ -28,13 +28,14 @@ if test x$have_glib = xno; then
with_jingle=no
fi
-PKG_CHECK_MODULES(ORTP, ortp, enable_ortp=yes, enable_ortp=no)
-if test x$enable_ortp = xno ; then
- with_jingle=no
- AC_MSG_WARN([oRTP is required to build Jabber Jingle voice support. You can get it from http://www.linphone.org/ortp/])
-fi
-AC_SUBST(ORTP_CFLAGS)
-AC_SUBST(ORTP_LIBS)
+# Do not use an external version of ortp. Only use the internal version supplied here.
+#PKG_CHECK_MODULES(ORTP, ortp, enable_ortp=yes, enable_ortp=no)
+#if test x$enable_ortp = xno ; then
+# with_jingle=no
+# AC_MSG_WARN([oRTP is required to build Jabber Jingle voice support. You can get it from http://www.linphone.org/ortp/])
+#fi
+#AC_SUBST(ORTP_CFLAGS)
+#AC_SUBST(ORTP_LIBS)
AC_ARG_WITH( speex,
[ --with-speex Set prefix where speex lib can be found (ex:/usr, /usr/local) [default=/usr] ],