| 1226 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then |
1226 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then |
| 1227 DYNAMIC_PRPLS="" |
1227 DYNAMIC_PRPLS="" |
| 1228 fi |
1228 fi |
| 1229 |
1229 |
| 1230 if test "x$STATIC_PRPLS" = "xall" ; then |
1230 if test "x$STATIC_PRPLS" = "xall" ; then |
| 1231 STATIC_PRPLS="bonjour gg irc jabber novell oscar sametime silc simple zephyr" |
1231 STATIC_PRPLS="bonjour facebook gg irc jabber novell oscar sametime silc simple zephyr" |
| 1232 fi |
1232 fi |
| 1233 if test "x$have_meanwhile" != "xyes" ; then |
1233 if test "x$have_meanwhile" != "xyes" ; then |
| 1234 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
1234 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
| 1235 fi |
1235 fi |
| 1236 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
1236 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
| 1297 AC_DEFINE_UNQUOTED(STATIC_PROTO_UNLOAD, $extern_unload static void static_proto_unload(void) { $unload_proto }, |
1297 AC_DEFINE_UNQUOTED(STATIC_PROTO_UNLOAD, $extern_unload static void static_proto_unload(void) { $unload_proto }, |
| 1298 [Unloads protocols from static protocol plugin modules.]) |
1298 [Unloads protocols from static protocol plugin modules.]) |
| 1299 |
1299 |
| 1300 AC_ARG_WITH(dynamic_prpls, [AS_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
1300 AC_ARG_WITH(dynamic_prpls, [AS_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
| 1301 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
1301 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
| 1302 DYNAMIC_PRPLS="bonjour gg irc jabber novell oscar sametime silc simple zephyr" |
1302 DYNAMIC_PRPLS="bonjour facebook gg irc jabber novell oscar sametime silc simple zephyr" |
| 1303 fi |
1303 fi |
| 1304 if test "x$have_meanwhile" != "xyes"; then |
1304 if test "x$have_meanwhile" != "xyes"; then |
| 1305 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
1305 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
| 1306 fi |
1306 fi |
| 1307 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
1307 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |