diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 10 |
2 files changed, 4 insertions, 10 deletions
@@ -1,3 +1,7 @@ +2003-10-22 Jeffrey Stedfast <fejj@ximian.com> + + * configure.in: Removed pedantic pgp/mime configure flag. + 2003-10-22 Dan Winship <danw@ximian.com> * executive-summary/*: Removed; this code has not been used since diff --git a/configure.in b/configure.in index 9679a64817..bc062ae34c 100644 --- a/configure.in +++ b/configure.in @@ -695,16 +695,6 @@ 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,1,[Probably don't want this]) -fi - - dnl ******************************************************************************** dnl security extension support (SSL and S/MIME) dnl |