[gmime] Lower gpgme dependency to 1.2.0 and see what fails on the bots



commit 8728fb771285d6ab9a5dfc2655643e3b253e068d
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Fri Mar 10 13:42:13 2017 -0500

    Lower gpgme dependency to 1.2.0 and see what fails on the bots

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f7f823a..8c60b6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@ AC_ARG_ENABLE([crypto],
 
 m4_ifdef([AM_PATH_GPGME_PTHREAD], [
 AS_IF([test "x$enable_crypto" = "xyes"], [
-   AM_PATH_GPGME_PTHREAD(1.6.0, enable_crypto="yes (via GpgME)", enable_crypto="no")
+   AM_PATH_GPGME_PTHREAD(1.2.0, enable_crypto="yes (via GpgME)", enable_crypto="no")
    if test "x$enable_crypto" != "xno"; then
       AC_DEFINE(ENABLE_CRYPTO, 1, [Define if GMime should enable GpgME PGP and S/MIME support.])
    fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]