aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-05-21 15:14:35 +0000
committerWerner Koch <[email protected]>2002-05-21 15:14:35 +0000
commit1721e91c886dd270033d2dd9b3339666fe8613ba (patch)
tree50f04a070fcd4e53f99fd936cb45d147285da744 /configure.ac
parent* key.h (gpgme_key_s): Add OTRUST. (diff)
downloadgpgme-1721e91c886dd270033d2dd9b3339666fe8613ba.tar.gz
gpgme-1721e91c886dd270033d2dd9b3339666fe8613ba.zip
* engine-gpgsm.c (_gpgme_gpgsm_op_keylist)
(_gpgme_gpgsm_op_keylist_ext): Pass the keylist mode to gpgsm. * configure.ac (NEED_GPGSM_VERSION): We need gpgsm 0.3.7.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b61ddb14..3e160e1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ LIBGPGME_LT_CURRENT=8
LIBGPGME_LT_AGE=2
LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.0.7
-NEED_GPGSM_VERSION=0.3.6
+NEED_GPGSM_VERSION=0.3.7
##############################################
AC_PREREQ(2.52)
AC_REVISION($Revision$)