X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.in;h=7f0dabbe5f00aa11533af7292b22e7a0a150089f;hp=6fc7f1e4eef50708dcc9462f15fff923ed1f642c;hb=128545e06224233b7e91fc4c83f8830252fe16c9;hpb=ab7b48411962d26439f92f35ed084d3d6275459c diff --git a/configure.in b/configure.in index 6fc7f1e..7f0dabb 100644 --- a/configure.in +++ b/configure.in @@ -161,17 +161,6 @@ if test -n "$with_pager"; then pagerpath="$with_pager" fi -dnl What should be the default mail server(s)? -AC_ARG_WITH(smtpservers, - AS_HELP_STRING([--with-smtpservers='SMTPSERVER1@<:@ SMTPSERVER2...@:>@'], - [specify the default SMTP server(s) @<:@localhost@:>@])) -if test -n "$with_smtpservers"; then - smtpservers="$with_smtpservers" -else - smtpservers="localhost" -fi -AC_SUBST(smtpservers)dnl - dnl ---------------------------------------------------- dnl Default location is /usr/local/mmh/{bin,etc,lib,share/man} dnl ---------------------------------------------------- @@ -968,7 +957,6 @@ man page install path : ${nmhman} backup prefix : ${backup_prefix} transport system : ${MTS} file locking type : ${LOCKTYPE} -default smtp servers : ${smtpservers} default editor : ${editorpath} default pager : ${pagerpath} email address masquerading : ${masquerade}