configure.ac

changeset 8606
a3f08a4421b8
parent 8555
0f6f88300b00
child 8626
3ebe345b54a7
--- 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

mercurial