comparison configure.ac @ 8854:ec932c66392b

[gaim-migrate @ 9621] i'm in a picky sort of mood committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 May 2004 22:27:29 +0000
parents abb2028f53e0
children 247d963f8dcb
comparison
equal deleted inserted replaced
8853:60cc86a15eed 8854:ec932c66392b
127 127
128 if test "x$STATIC_PRPLS" = "xall" ; then 128 if test "x$STATIC_PRPLS" = "xall" ; then
129 STATIC_PRPLS="gg irc jabber msn napster novell oscar silc yahoo zephyr" 129 STATIC_PRPLS="gg irc jabber msn napster novell oscar silc yahoo zephyr"
130 fi 130 fi
131 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then 131 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then
132 STATIC_PRPLS=`echo $STATIC_PRPLS | sed 's/silc//'` 132 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/silc//'`
133 fi 133 fi
134 AC_SUBST(STATIC_PRPLS) 134 AC_SUBST(STATIC_PRPLS)
135 STATIC_LINK_LIBS= 135 STATIC_LINK_LIBS=
136 extern_init= 136 extern_init=
137 load_proto= 137 load_proto=
176 AC_ARG_WITH(dynamic_prpls, [ --with-dynamic-prpls specify which protocols to build dynamically],[DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) 176 AC_ARG_WITH(dynamic_prpls, [ --with-dynamic-prpls specify which protocols to build dynamically],[DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
177 if test "x$DYNAMIC_PRPLS" = "xall" ; then 177 if test "x$DYNAMIC_PRPLS" = "xall" ; then
178 DYNAMIC_PRPLS="gg irc jabber msn napster novell oscar silc yahoo zephyr" 178 DYNAMIC_PRPLS="gg irc jabber msn napster novell oscar silc yahoo zephyr"
179 fi 179 fi
180 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then 180 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then
181 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | sed 's/silc//'` 181 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/silc//'`
182 fi 182 fi
183 AC_SUBST(DYNAMIC_PRPLS) 183 AC_SUBST(DYNAMIC_PRPLS)
184 for i in $DYNAMIC_PRPLS ; do 184 for i in $DYNAMIC_PRPLS ; do
185 case $i in 185 case $i in
186 gg) dynamic_gg=yes ;; 186 gg) dynamic_gg=yes ;;