X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=172596430b7fd07965a8cdb16cad57de252dfb9e;hb=34ec1e2f42ae6b360be8d0332ded3e922b66d65d;hp=087f0cfd2c4ce57ffec31b8847880488c2937996;hpb=d6b19802ced9ef42360328a03b2f5192fe2e282e;p=doldaconnect.git diff --git a/configure.in b/configure.in index 087f0cf..1725964 100644 --- a/configure.in +++ b/configure.in @@ -146,13 +146,22 @@ fi AM_CONDITIONAL(CLI_GNOMEAPPLET, test "$gnometrapplet_msg" = Yes) # Gaim plugin check -gaimplugin_msg=No -AC_ARG_ENABLE(gaimplugin, [ --enable-gaimplugin Enable GNOME transfer applet (experimental)]) +gaimplugin_msg= +AC_ARG_ENABLE(gaimplugin, [ --enable-gaimplugin Enable Gaim chat plugin (experimental)]) if test "$enable_gaimplugin" = yes; then experimental=yes - gaimplugin_msg=Yes + gaimplugin_msg="Gaim $gaimplugin_msg" +fi +AM_CONDITIONAL(CLI_GAIM, test "$enable_gaimplugin" = yes) +AC_ARG_ENABLE(pidginplugin, [ --enable-pidginplugin Enable Pidgin chat plugin (experimental)]) +if test "$enable_pidginplugin" = yes; then + experimental=yes + gaimplugin_msg="Pidgin $gaimplugin_msg" +fi +AM_CONDITIONAL(CLI_PIDGIN, test "$enable_pidginplugin" = yes) +if test -z "$gaimplugin_msg"; then + gaimplugin_msg=No fi -AM_CONDITIONAL(CLI_GAIM, test "$gaimplugin_msg" = Yes) # Guile check (XXX: Shouldn't have to be enabled manually) guile_msg=No