Check minimum required gpgme version

We use interfaces first introduced in gpgme-1.3.0 so test we have
at least that version.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2012-03-28 20:30:53 +10:00 committed by Dan McGee
parent b5043dd6c3
commit cb5ae428b6
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ require_gpgme=no
AS_IF([test "x$with_gpgme" != "xno"],
[AS_IF([test "x$with_gpgme" = "xyes"],
[require_gpgme=yes])
AM_PATH_GPGME([],
AM_PATH_GPGME([1.3.0],
[LIBS_save="$LIBS"
CPPFLAGS_save="$CPPFLAGS"
CFLAGS_save="$CFLAGS"