configure.ac

changeset 22140
40e08549fb24
parent 22138
78267bdbeb5a
parent 22105
d66ceff0aafe
child 22398
1a6f172dfbd4
child 22492
b20a9a0a16b7
equal deleted inserted replaced
22139:f0f4a10114ea 22140:40e08549fb24
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"

mercurial