# HG changeset patch # User Mark Doliner # Date 1129090878 0 # Node ID 39786dfdf6a24532c2d4f1b819f2eae0da40ba7d # Parent f4e58e94ced33a7a441ff0a28a12377473121739 [gaim-migrate @ 13923] Any reason "SIP/SIMPLE" wasn't compiling by default? committer: Tailor Script diff -r f4e58e94ced3 -r 39786dfdf6a2 configure.ac --- a/configure.ac Wed Oct 12 04:02:46 2005 +0000 +++ b/configure.ac Wed Oct 12 04:21:18 2005 +0000 @@ -192,7 +192,7 @@ fi if test "x$STATIC_PRPLS" = "xall" ; then - STATIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc yahoo zephyr" + STATIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc simple yahoo zephyr" fi if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/bonjour//'` @@ -248,7 +248,7 @@ AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--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="bonjour gg irc jabber msn napster novell oscar sametime silc yahoo zephyr" + DYNAMIC_PRPLS="bonjour gg irc jabber msn napster novell oscar sametime silc simple yahoo zephyr" fi if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/bonjour//'`