X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure;h=ea95842095dc4fdb2df8ee07c3a6f841b68753c8;hb=a428afdfc7347e10e7e95faf719682e9283622b7;hp=7666c289b5a95fef348cee34128ef0277345801c;hpb=173c34078c1d520926a8dabeeec01d58d6c8615f;p=mmh diff --git a/configure b/configure index 7666c28..ea95842 100755 --- a/configure +++ b/configure @@ -4788,20 +4788,19 @@ eval "nmhsysconf=${sysconfdir}"; eval "nmhsysconf2=${nmhsysconf}" eval "nmhlib=${libdir}"; eval "nmhlib2=${nmhlib}" eval "nmhman=${mandir}" -pop_kinds="no" +pop_kinds=no if test x"$enable_pop" = x"yes"; then - pop_kinds="yes (pop" - if test x"$enable_apop" = x"yes"; then - pop_kinds="${pop_kinds} apop" - fi - 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 - pop_kinds="yes" - else - pop_kinds="${pop_kinds})" - fi + pop_kinds="yes (" + + if test x"$enable_apop" = x"yes"; then + pop_kinds="${pop_kinds}APOP " + fi + + if test x"$with_krb4" != x -a x"$with_krb4" != x"no"; then + pop_kinds="${pop_kinds}KPOP " + fi + + pop_kinds="${pop_kinds}POP3)" fi echo "