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