[pacman-dev] [PATCH] Check minimum required gpgme version
28 Mar
2012
28 Mar
'12
10:32 a.m.
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> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b44e8ba..0fe3287 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- 1.7.9.5
4651
Age (days ago)
4651
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae