X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.in;h=44f07b3d51a456f0a22c9a6d1626b196658f66ba;hp=354aa61350353f0f9a2f4ce1fd04228310e4811c;hb=05b7f957ba42e79f49b3a62aea2502168c9abf7a;hpb=fb6d818f3d7fa5f4120aa6d4d1db297a12910fa2 diff --git a/configure.in b/configure.in index 354aa61..44f07b3 100644 --- a/configure.in +++ b/configure.in @@ -165,18 +165,9 @@ else fi dnl What method of posting should post use? -AC_ARG_WITH(mts, - AS_HELP_STRING([--with-mts=@<:@smtp|sendmail@:>@], - [specify the default mail transport agent/service])) - -if test x"$with_mts" = x"smtp"; then - MTS="smtp" -elif test x"$with_mts" = x"sendmail"; then - MTS="sendmail" -else - MTS="smtp" -fi -AC_SUBST(MTS)dnl +dnl We'll always use sendmail now. (mmh) +MTS="sendmail" +dnl #AC_SUBST(MTS)dnl dnl Both the smtp and sendmail mail transport services use the smtp code AC_DEFINE(SMTPMTS, 1,