summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-07-22 06:24:35 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2022-07-22 06:24:35 +0200
commit2791169aa9dd7469a835bc0f4b096619255aa79e (patch)
tree1cf3adfa948f8e136613ba89c0a1ecb13ca56ea7 /m4
parentbuild: Update config.guess, config.sub, and config.rpath. (diff)
downloadgnupg2-2791169aa9dd7469a835bc0f4b096619255aa79e.tar.xz
gnupg2-2791169aa9dd7469a835bc0f4b096619255aa79e.zip
build: Update gpg-error.m4.
* gpg-error.m4: Update from libgpg-error. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'm4')
-rw-r--r--m4/gpg-error.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4
index 56a5d0752..4b5cd40b6 100644
--- a/m4/gpg-error.m4
+++ b/m4/gpg-error.m4
@@ -10,7 +10,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# Last-changed: 2021-03-31
+# Last-changed: 2022-02-15
dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
@@ -139,6 +139,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR],
fi
elif test "$GPG_ERROR_CONFIG" != "no"; then
gpg_error_config_version=`$GPG_ERROR_CONFIG --version`
+ unset GPGRT_CONFIG
fi
if test "$GPG_ERROR_CONFIG" != "no"; then
req_major=`echo $min_gpg_error_version | \