You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/protocols/jabber/jingle/configure.in.bot

23 lines
866 B

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 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 ""
echo "Required Jingle dependencies are listed on this page:"
echo "http://userbase.kde.org/Kopete_Jabber_Jingle"
all_tests=bad
fi