summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/configure.in.bot
blob: 153f05965a5d9e8b6fc399eee2dc11e1674fbfe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if test "$with_jingle" = yes; then
	echo ""
	echo Supported Jabber Jingle voice Codecs for Kopete:
	echo Speex: $speex_found
	echo iLBC:  $ilbc_found
	echo MULAW: yes
else
	echo ""
	echo "You have disabled Jabber Jingle voice support or you are missing required libraries required to compile it."
	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 ""
	echo "Required Jingle dependencies are listed on this page:"
	echo "http://userbase.kde.org/Kopete_Jabber_Jingle"
	all_tests=bad
fi