| 976 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") |
976 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") |
| 977 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes") |
977 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes") |
| 978 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes") |
978 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes") |
| 979 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes") |
979 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes") |
| 980 AC_SUBST(STATIC_LINK_LIBS) |
980 AC_SUBST(STATIC_LINK_LIBS) |
| 981 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init() { $load_proto }, |
981 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto }, |
| 982 [Loads static protocol plugin module initialization functions.]) |
982 [Loads static protocol plugin module initialization functions.]) |
| 983 |
983 |
| 984 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
984 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
| 985 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
985 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
| 986 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr" |
986 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr" |