From 99a94433e4c65ab7e2343f58b653569b9b65d23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 26 Nov 2012 01:55:02 +0100 Subject: Fix automake build: jingle support --- kopete/protocols/jabber/jingle/configure.in.bot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kopete/protocols/jabber/jingle/configure.in.bot') diff --git a/kopete/protocols/jabber/jingle/configure.in.bot b/kopete/protocols/jabber/jingle/configure.in.bot index 153f0596..9c37e2b8 100644 --- a/kopete/protocols/jabber/jingle/configure.in.bot +++ b/kopete/protocols/jabber/jingle/configure.in.bot @@ -5,8 +5,14 @@ if test "$with_jingle" = yes; then echo iLBC: $ilbc_found echo MULAW: yes else + echo "" + echo Supported Jabber Jingle voice Codecs for Kopete: + echo Speex: $speex_found + echo iLBC: $ilbc_found + echo MULAW: yes echo "" echo "You have disabled Jabber Jingle voice support or you are missing required libraries required to compile it." + echo "The configure option --enable-jingle must be explicitly declared to build Jabber Jingle voice support." echo "Jingle is a new Jabber standard that define a signaling protocol via XMPP for peer-to-peer applications." echo "Jingle audio is compatible with the Google Talk voice service." echo "" -- cgit v1.2.1