aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-30 13:29:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-30 13:29:45 +0000
commitcc0be999f7bb693f357173028791e22c0ed3486d (patch)
tree41aaf6b534388fd8e55403a43c52fa6e0aeae056 /configure.in
parentcfd7b0a60769d5740e9f61e7012907a375456dfd (diff)
downloadfetchmail-cc0be999f7bb693f357173028791e22c0ed3486d.tar.gz
fetchmail-cc0be999f7bb693f357173028791e22c0ed3486d.tar.bz2
fetchmail-cc0be999f7bb693f357173028791e22c0ed3486d.zip
Require OPIE to be explicitly enabled.
svn path=/trunk/; revision=1201
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4ec6cdb0..f74123f3 100644
--- a/configure.in
+++ b/configure.in
@@ -125,6 +125,13 @@ AC_ARG_ENABLE(POP2,
[with_POP2=no])
test "$with_POP2" = "yes" && AC_DEFINE(POP2_ENABLE)
+### use option --enable-OPIE to compile in the OPIE support
+AC_ARG_ENABLE(OPIE,
+ [ --enable-OPIE compile in OPIE protocol support (obsolete)],
+ [with_OPIE=$enableval],
+ [with_OPIE=no])
+test "$with_OPIE" = "yes" && AC_DEFINE(OPIE_ENABLE)
+
### use option --with-kerberos=DIR to point at a Kerberos directory
AC_ARG_WITH(kerberos,
[ --with-kerberos=DIR point fetchmail compilation at a Kerberos directory])