mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-11 07:31:04 -04:00
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:
parent
b5043dd6c3
commit
cb5ae428b6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user