diff options
author | NIIBE Yutaka <[email protected]> | 2022-06-28 02:23:01 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-06-28 02:28:06 +0000 |
commit | aa94b4cee5aabfa9097abd4560fdf002516db82a (patch) | |
tree | 22fe6eacfbd14ee82f6cb051d406f252b9e11c12 /m4/gpg-error.m4 | |
parent | tests: Add support for clear text signatures to test runner (diff) | |
download | gpgme-aa94b4cee5aabfa9097abd4560fdf002516db82a.tar.gz gpgme-aa94b4cee5aabfa9097abd4560fdf002516db82a.zip |
build: Update gpg-error.m4
* m4/gpg-error.m4: Update from libgpg-error.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | m4/gpg-error.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 index 56a5d075..4b5cd40b 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 | \ |