From cc0be999f7bb693f357173028791e22c0ed3486d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 30 Jul 1997 13:29:45 +0000 Subject: Require OPIE to be explicitly enabled. svn path=/trunk/; revision=1201 --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') 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]) -- cgit v1.2.3