aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in10
2 files changed, 4 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 4956ac1269..b4a8a3ccd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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