X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=a6a55efbb7c54d5c0610f7ad52f45579a0361ee2;hp=8b23986ff3c117582c7093cfd6cb59f60857e647;hb=2abae0bfd0ad5bf898461e50aa4b466d641f23d9;hpb=b14ea6073f77b4359aaf3fddd0e105989db9f306 diff --git a/configure.ac b/configure.ac index 8b23986..a6a55ef 100644 --- a/configure.ac +++ b/configure.ac @@ -45,17 +45,6 @@ if test x"$enable_nmh_debug" = x"yes"; then enable_debug=yes fi -dnl Allow users to send email from addresses other than their default? -AC_ARG_ENABLE(masquerade, - AS_HELP_STRING([--enable-masquerade='username_extension'], - [enable up to 3 types of address masquerading]), - [if test x"$enable_masquerade" = x"yes"; then - masquerade="username_extension" - else - masquerade="$enable_masquerade" - fi], [masquerade="username_extension"]) -AC_SUBST(masquerade)dnl - dnl Do you want mhe support? AC_ARG_ENABLE(mhe, AS_HELP_STRING([--disable-mhe],[disable mhe support])) @@ -837,5 +826,4 @@ sendmail path : ${sendmailpath} mail spool : ${mailspool} file locking type : ${LOCKTYPE} -address masquerading : ${masquerade} "