summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/configure.in.in
diff options
context:
space:
mode:
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] ],