X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8ae191f927b3e294b7a50124b8c806365c4dbeb8..deceb473fdbaf526c46ff696a8d7afc3a81e4d90:/configure.ac?ds=inline diff --git a/configure.ac b/configure.ac index 2e8cbd7a..aeed66c3 100644 --- a/configure.ac +++ b/configure.ac @@ -123,10 +123,6 @@ AS_IF([test x"$with_mts" = x"smtp"], [MTS="smtp"], [MTS="smtp"]) AC_SUBST([MTS])dnl -dnl Both the smtp and sendmail mail transport services use the smtp code -AC_DEFINE([SMTPMTS], [1], - [Define if you want SMTP (simple mail transport protocol) support.])dnl - dnl What should be the default pager? AC_ARG_WITH([pager], AS_HELP_STRING([--with-pager=PAGER],[specify the default pager]))