comparison 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
comparison
equal deleted inserted replaced
8605:e0a2077a67f5 8606:ad629dc46ed1
100 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then 100 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then
101 DYNAMIC_PRPLS="" 101 DYNAMIC_PRPLS=""
102 fi 102 fi
103 103
104 if test "x$STATIC_PRPLS" = "xall" ; then 104 if test "x$STATIC_PRPLS" = "xall" ; then
105 STATIC_PRPLS="gg irc jabber msn napster oscar toc yahoo zephyr" 105 STATIC_PRPLS="gg irc jabber msn napster oscar yahoo zephyr"
106 fi 106 fi
107 AC_SUBST(STATIC_PRPLS) 107 AC_SUBST(STATIC_PRPLS)
108 STATIC_LINK_LIBS= 108 STATIC_LINK_LIBS=
109 extern_init= 109 extern_init=
110 load_proto= 110 load_proto=
140 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto }, 140 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto },
141 [Loads static protocol plugin module initialization functions.]) 141 [Loads static protocol plugin module initialization functions.])
142 142
143 AC_ARG_WITH(dynamic_prpls, [ --with-dynamic-prpls specify which protocols to build dynamically],[DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) 143 AC_ARG_WITH(dynamic_prpls, [ --with-dynamic-prpls specify which protocols to build dynamically],[DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
144 if test "x$DYNAMIC_PRPLS" = "xall" ; then 144 if test "x$DYNAMIC_PRPLS" = "xall" ; then
145 DYNAMIC_PRPLS="gg irc jabber msn napster oscar toc yahoo zephyr" 145 DYNAMIC_PRPLS="gg irc jabber msn napster oscar yahoo zephyr"
146 fi 146 fi
147 AC_SUBST(DYNAMIC_PRPLS) 147 AC_SUBST(DYNAMIC_PRPLS)
148 for i in $DYNAMIC_PRPLS ; do 148 for i in $DYNAMIC_PRPLS ; do
149 case $i in 149 case $i in
150 gg) dynamic_gg=yes ;; 150 gg) dynamic_gg=yes ;;