From 87def266b0efafd38ae3a4886e2af3ee1996bdc2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 26 Sep 2001 20:26:15 +0000 Subject: Added a flag to enable pedantic PGP/MIME - this is not recommended for 2001-09-26 Jeffrey Stedfast * configure.in: Added a flag to enable pedantic PGP/MIME - this is not recommended for end-users. It is mostly meant for testing purposes. svn path=/trunk/; revision=13164 --- ChangeLog | 6 ++++++ acconfig.h | 1 + configure.in | 10 ++++++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 48d260ab54..64ec4fc974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-09-26 Jeffrey Stedfast + + * configure.in: Added a flag to enable pedantic PGP/MIME - this is + not recommended for end-users. It is mostly meant for testing + purposes. + 2001-09-26 Chris Toshok * configure.in: make sure the solaris network libs get added to diff --git a/acconfig.h b/acconfig.h index 0f5709e194..9777d3b846 100644 --- a/acconfig.h +++ b/acconfig.h @@ -24,6 +24,7 @@ #undef USE_FLOCK #undef ENABLE_NNTP #undef HAVE_BROKEN_SPOOL +#undef ENABLE_PEDANTIC_PGPMIME /* db3 version */ #undef EVOLUTION_DB_VERSION_MAJOR diff --git a/configure.in b/configure.in index 592f2c3b18..1f67e045ff 100644 --- a/configure.in +++ b/configure.in @@ -754,6 +754,16 @@ AC_SUBST(KRB4_CFLAGS) AC_SUBST(KRB4_LDFLAGS) +dnl ========================== +dnl Pedantic PGP/MIME +dnl ========================== +AC_ARG_ENABLE(pedantic-pgp-mime, +[ --enable-pedantic-pgp-mime=[no/yes] Enable pedantic PGP/MIME handling (not recommended)],,enable_pedantic_pgp_mime=no) +if test "x$enable_pedantic_pgp_mime" = "xyes"; then + AC_DEFINE(ENABLE_PEDANTIC_PGPMIME) +fi + + dnl ******************************************************************************** dnl security extension support (SSL and S/MIME) dnl -- cgit v1.2.3