Blame SOURCES/pidgin-2.10.11-drop-gadu-gadu-msn-mxit-etc.patch

fc0500
From 8e07fad7e7526be54b3d828549fe2abee7ead34b Mon Sep 17 00:00:00 2001
89ed29
From: Debarshi Ray <debarshir@gnome.org>
89ed29
Date: Fri, 19 May 2017 18:33:44 +0200
fc0500
Subject: [PATCH] Drop Gadu-Gadu, MSN, MXit, MySpace and Yahoo!
89ed29
89ed29
https://bugzilla.redhat.com/show_bug.cgi?id=1026505
89ed29
https://bugzilla.redhat.com/show_bug.cgi?id=1439296
fc0500
https://bugzilla.redhat.com/show_bug.cgi?id=1470677
fc0500
https://bugzilla.redhat.com/show_bug.cgi?id=1470681
fc0500
https://bugzilla.redhat.com/show_bug.cgi?id=1470685
89ed29
---
89ed29
 configure.ac | 4 ++--
89ed29
 1 file changed, 2 insertions(+), 2 deletions(-)
89ed29
89ed29
diff --git a/configure.ac b/configure.ac
fc0500
index 51471b1f5deb..edfc9377189a 100644
89ed29
--- a/configure.ac
89ed29
+++ b/configure.ac
89ed29
@@ -1091,7 +1091,7 @@ if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then
0850ea
 fi
0850ea
 
0850ea
 if test "x$STATIC_PRPLS" = "xall" ; then
0850ea
-	STATIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr"
fc0500
+	STATIC_PRPLS="bonjour irc jabber novell oscar sametime silc simple zephyr"
0850ea
 fi
0850ea
 if test "x$have_meanwhile" != "xyes" ; then
0850ea
 	STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'`
89ed29
@@ -1176,7 +1176,7 @@ AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init
0850ea
 
0850ea
 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
0850ea
 if test "x$DYNAMIC_PRPLS" = "xall" ; then
0850ea
-	DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr"
fc0500
+	DYNAMIC_PRPLS="bonjour irc jabber novell oscar sametime silc simple zephyr"
0850ea
 fi
0850ea
 if test "x$have_meanwhile" != "xyes"; then
0850ea
 	DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'`
89ed29
-- 
fc0500
2.9.5
89ed29