summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-11-22 03:18:35 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-11-22 03:18:35 +0000
commit221ee4aa88fa6fef07cd3d2d3379d0540382c41b (patch)
treeafce6f98ac0df4525b3eec1e347ed71b36c5603d /configure.in
parentbdf79df9e4bdff46539ea02c96d4bb5fb8f1f94a (diff)
downloademacs-221ee4aa88fa6fef07cd3d2d3379d0540382c41b.tar.gz
add --with-pop, --with-kerberos, --with-hesiod
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 9 insertions, 0 deletions
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