X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=735676d9551c054a265b164bf20ee0e2f52b23aa;hb=dc35357cfd21782dac6f1fc35f375364b0d207a4;hp=e008945151d541254708ec99af6188e44423233a;hpb=13d2614380f499b1e5a1cc3546230239afe2b1dd;p=mmh diff --git a/configure.in b/configure.in index e008945..735676d 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ dnl Allow users to send email from addresses other than their default? undefine([masquerade])dnl AC_ARG_ENABLE(masquerade, [ --enable-masquerade[='draft_from mmailid username_extension'] - enable 3 types of email address masquerading [none]], + enable up to 3 types of address masquerading [none]], [if test x"$enable_masquerade" = x"yes"; then masquerade="draft_from mmailid username_extension" else @@ -714,7 +714,7 @@ if test x"$enable_pop" = x"yes"; then if test x"$enable_apop" = x"yes"; then pop_kinds="${pop_kinds} apop" fi - if test x"$with_krb4" = x"yes"; then + if test x"$with_krb4" != x -a x"$with_krb4" != x"no"; then pop_kinds="${pop_kinds} kpop" fi if test "$pop_kinds" = "yes (pop"; then