From: David J. MacKenzie Date: Tue, 22 Nov 1994 03:18:35 +0000 (+0000) Subject: add --with-pop, --with-kerberos, --with-hesiod X-Git-Tag: emacs-19.34~5819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12b28fb52506172616d56d34ac1b66fbfd960db5;p=emacs.git add --with-pop, --with-kerberos, --with-hesiod --- diff --git a/configure.in b/configure.in index f7e7cd9e3ea..9f7e1b8b8b3 100644 --- a/configure.in +++ b/configure.in @@ -43,6 +43,15 @@ Currently, \`yes', \`athena' and \`lucid' are synonyms.]) 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