summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-10-25 20:31:08 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-10-25 20:31:08 +0900
commitb7922ea7ae2c3d385a7b3b3a5f33987705cfdd2b (patch)
treeab8e80a928f4f6b9a8bed6030e2c2985119926b3 /configure.ac
parent1dd2430d8877ffda43bc46f0d5f23fea4801ecf6 (diff)
downloadlibassuan-b7922ea7ae2c3d385a7b3b3a5f33987705cfdd2b.tar.gz
build: Relax requirements.
* m4/gpg-error.m4: Update from libgpg-error 1.33. * src/libassuan.m4: Don't require AM_PATH_GPG_ERROR. Only when gpgrt-config is available and works well, use it. * configure.ac (AM_PATH_GPG_ERROR): No requirement any more. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15f6f18..06923cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,7 +354,7 @@ AM_CONDITIONAL(USE_DESCRIPTOR_PASSING, test "$use_descriptor_passing" = "yes")
# Checking for libgpg-error.
-AM_PATH_GPG_ERROR(1.33,, AC_MSG_ERROR([libgpg-error was not found]))
+AM_PATH_GPG_ERROR(1.17,, AC_MSG_ERROR([libgpg-error was not found]))
#
# Checks for library functions.