comparison configure.ac @ 11645:39786dfdf6a2

[gaim-migrate @ 13923] Any reason "SIP/SIMPLE" wasn't compiling by default? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Oct 2005 04:21:18 +0000
parents 576432496863
children a3302d271199
comparison
equal deleted inserted replaced
11644:f4e58e94ced3 11645:39786dfdf6a2
190 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then 190 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then
191 DYNAMIC_PRPLS="" 191 DYNAMIC_PRPLS=""
192 fi 192 fi
193 193
194 if test "x$STATIC_PRPLS" = "xall" ; then 194 if test "x$STATIC_PRPLS" = "xall" ; then
195 STATIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc yahoo zephyr" 195 STATIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc simple yahoo zephyr"
196 fi 196 fi
197 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then 197 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then
198 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/bonjour//'` 198 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/bonjour//'`
199 fi 199 fi
200 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then 200 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then
246 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto }, 246 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto },
247 [Loads static protocol plugin module initialization functions.]) 247 [Loads static protocol plugin module initialization functions.])
248 248
249 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) 249 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
250 if test "x$DYNAMIC_PRPLS" = "xall" ; then 250 if test "x$DYNAMIC_PRPLS" = "xall" ; then
251 DYNAMIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc yahoo zephyr" 251 DYNAMIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc simple yahoo zephyr"
252 fi 252 fi
253 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then 253 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then
254 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/bonjour//'` 254 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/bonjour//'`
255 fi 255 fi
256 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then 256 if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then