adium.1-4: a2a7d227: Removed rest of facebook prpl
evands at pidgin.im
evands at pidgin.im
Mon Jun 27 23:45:46 EDT 2011
----------------------------------------------------------------------
Revision: a2a7d22793c162ec9187e9cc42dc2d90b7d5eeb0
Parent: a1ea1626a4bd15736c21e7f5059b00f9dce6b306
Author: evands at pidgin.im
Date: 06/27/11 23:40:52
Branch: im.pidgin.adium.1-4
URL: http://d.pidgin.im/viewmtn/revision/info/a2a7d22793c162ec9187e9cc42dc2d90b7d5eeb0
Changelog:
Removed rest of facebook prpl
Changes against parent a1ea1626a4bd15736c21e7f5059b00f9dce6b306
patched configure.ac
-------------- next part --------------
============================================================
--- configure.ac 9ea51d6d368655c9462a59c34600eb4bf3f23822
+++ configure.ac e4a7a8b2b724a4a008ae79f8aa67ad99724cc2a2
@@ -1160,7 +1160,6 @@ for i in $STATIC_PRPLS ; do
fi
case $i in
bonjour) static_bonjour=yes ;;
- facebook) static_facebook=yes ;;
gg) static_gg=yes ;;
irc) static_irc=yes ;;
jabber) static_jabber=yes ;;
@@ -1182,7 +1181,6 @@ AM_CONDITIONAL(STATIC_BONJOUR, test "x$s
esac
done
AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes")
-AM_CONDITIONAL(STATIC_FACEBOOK, test "x$static_facebook" = "xyes")
AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes")
AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes")
AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes")
@@ -1203,7 +1201,7 @@ if test "x$DYNAMIC_PRPLS" = "xall" ; the
AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
if test "x$DYNAMIC_PRPLS" = "xall" ; then
- DYNAMIC_PRPLS="bonjour facebook gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr"
+ DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr"
fi
if test "x$have_meanwhile" != "xyes"; then
DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'`
@@ -1221,7 +1219,6 @@ for i in $DYNAMIC_PRPLS ; do
for i in $DYNAMIC_PRPLS ; do
case $i in
bonjour) dynamic_bonjour=yes ;;
- facebook) dynamic_facebook=yes ;;
gg) dynamic_gg=yes ;;
irc) dynamic_irc=yes ;;
jabber) dynamic_jabber=yes ;;
@@ -2574,7 +2571,6 @@ AC_CONFIG_FILES([Makefile
libpurple/Makefile
libpurple/protocols/Makefile
libpurple/protocols/bonjour/Makefile
- libpurple/protocols/facebook/Makefile
libpurple/protocols/gg/Makefile
libpurple/protocols/irc/Makefile
libpurple/protocols/jabber/Makefile
More information about the Commits
mailing list