X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=77f4165df9a63b35fbff6d41bb148c2b8f2ef80d;hb=9b70e8396d50989db2177547515594bc15ee8b17;hp=a0d1756a0401bf72d5edcb30edb1bd63e86eabec;hpb=9cc7ceaa20c60f1b5089105ba5059ae19c9aad57;p=mmh diff --git a/configure.ac b/configure.ac index a0d1756..77f4165 100644 --- a/configure.ac +++ b/configure.ac @@ -111,11 +111,13 @@ AC_ARG_ENABLE([lockdir], dnl What method of posting should post use? AC_ARG_WITH([mts], - AS_HELP_STRING([--with-mts=@<:@smtp|sendmail@:>@], + AS_HELP_STRING([--with-mts=@<:@smtp|sendmail/smtp|sendmail/pipe@:>@], [specify the default mail transport agent/service])) AS_IF([test x"$with_mts" = x"smtp"], [MTS="smtp"], - [test x"$with_mts" = x"sendmail"], [MTS="sendmail"], + [test x"$with_mts" = x"sendmail"], [MTS="sendmail/smtp"], + [test x"$with_mts" = x"sendmail/smtp"], [MTS="sendmail/smtp"], + [test x"$with_mts" = x"sendmail/pipe"], [MTS="sendmail/pipe"], [MTS="smtp"]) AC_SUBST([MTS])dnl