diff configure.ac @ 8606:ad629dc46ed1

[gaim-migrate @ 9357] i'm not supporting this. if you want me to throw EVERY SINGLE TOC BUG AT YOU, then AND ONLY THEN, change it back. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Apr 2004 23:46:51 +0000
parents e0535ba0d667
children b11948aed48c
line wrap: on
line diff
--- a/configure.ac	Wed Apr 07 23:28:44 2004 +0000
+++ b/configure.ac	Wed Apr 07 23:46:51 2004 +0000
@@ -102,7 +102,7 @@
 fi
 
 if test "x$STATIC_PRPLS" = "xall" ; then
-	STATIC_PRPLS="gg irc jabber msn napster oscar toc yahoo zephyr"
+	STATIC_PRPLS="gg irc jabber msn napster oscar yahoo zephyr"
 fi
 AC_SUBST(STATIC_PRPLS)
 STATIC_LINK_LIBS=
@@ -142,7 +142,7 @@
 
 AC_ARG_WITH(dynamic_prpls,   [  --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="gg irc jabber msn napster oscar toc yahoo zephyr"
+	DYNAMIC_PRPLS="gg irc jabber msn napster oscar yahoo zephyr"
 fi
 AC_SUBST(DYNAMIC_PRPLS)
 for i in $DYNAMIC_PRPLS ; do