aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-23 00:17:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-23 00:17:25 +0800
commit9267c8619862d990087d56ef01943df3ec5fa6a7 (patch)
treeb048f3bc203d8467c6fa96293dff076e58c703a4
parentd8023f3780351daf41642fd58a395c506b3da21c (diff)
downloadgsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.tar
gsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.tar.gz
gsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.tar.bz2
gsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.tar.lz
gsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.tar.xz
gsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.tar.zst
gsoc2013-evolution-9267c8619862d990087d56ef01943df3ec5fa6a7.zip
Removed pedantic pgp/mime configure flag.
2003-10-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed pedantic pgp/mime configure flag. svn path=/trunk/; revision=22986
-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