aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0bf39ba75..7a7570eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -353,7 +353,7 @@ AM_CONDITIONAL(HAVE_DOSISH_SYSTEM, test "$have_dosish_system" = yes)
# libgpg-error is a library with error codes shared between GnuPG
# related projects.
#
-AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION"
+AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION",
have_gpg_error=yes,have_gpg_error=no)