Added a flag to enable pedantic PGP/MIME - this is not recommended for

2001-09-26  Jeffrey Stedfast  <fejj@ximian.com>

	* 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
This commit is contained in:
Jeffrey Stedfast
2001-09-26 20:26:15 +00:00
committed by Jeffrey Stedfast
parent 88186e014e
commit 87def266b0
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2001-09-26 Jeffrey Stedfast <fejj@ximian.com>
* 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 <toshok@ximian.com>
* configure.in: make sure the solaris network libs get added to
+1
View File
@@ -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
+10
View File
@@ -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