summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2023-04-01 11:23:34 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2023-04-01 11:23:34 +0900
commitbcf5922eaac274f5ace991ecace01e718a9fe964 (patch)
tree18c2b357b08991cc834a5fa249e96a2603f27544
parent1c916b8c99ea0e30f1d81d606fd63b0c45657186 (diff)
downloadlibgcrypt-bcf5922eaac274f5ace991ecace01e718a9fe964.tar.gz
m4: Update gpg-error.m4.
* m4/gpg-error.m4: Update from libgpg-error master. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-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 c5bde752..7fa52b12 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: 2023-03-23
+# Last-changed: 2023-04-01
dnl
dnl Find gpg-error-config, for backward compatibility
@@ -131,6 +131,7 @@ AC_DEFUN([_AM_PATH_GPGRT_CONFIG],[dnl
AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config])
gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion`
else
+ gpg_error_config_version=`$GPG_ERROR_CONFIG --version`
unset GPGRT_CONFIG
fi
elif test "$GPG_ERROR_CONFIG" != "no"; then