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