Mercurial > emacs
changeset 10036:b609515c1c6e
add --with-pop, --with-kerberos, --with-hesiod
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 22 Nov 1994 03:18:35 +0000 |
parents | be51e61f9fb7 |
children | 07c7351976b4 |
files | configure.in |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Nov 22 03:18:35 1994 +0000 +++ b/configure.in Tue Nov 22 03:18:35 1994 +0000 @@ -43,6 +43,15 @@ esac with_x_toolkit=$val ]) +AC_ARG_WITH(pop, +[ --with-pop Support POP for mail retrieval], +[AC_DEFINE(MAIL_USE_POP)]) +AC_ARG_WITH(kerberos, +[ --with-kerberos Support Kerberos-authenticated POP], +[AC_DEFINE(KERBEROS)]) +AC_ARG_WITH(hesiod, +[ --with-hesiod Support Hesiod to get POP server host], +[AC_DEFINE(HESIOD)]) #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can