aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-03-07 08:06:06 +0000
committerWerner Koch <[email protected]>2025-03-07 08:06:06 +0000
commit0f0e0a732c5920fbf0e65a5883802d3b4cda1868 (patch)
tree50d210cb1dfe110d17d2255acd037de0fc7b6b4e
parentgpg: Fix regression for the recent malicious subkey DoS fix. (diff)
downloadgnupg-0f0e0a732c5920fbf0e65a5883802d3b4cda1868.tar.gz
gnupg-0f0e0a732c5920fbf0e65a5883802d3b4cda1868.zip
build: Update Libassuan M4 macros
-- GnuPG-bug-id: 7541
-rw-r--r--m4/libassuan.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libassuan.m4 b/m4/libassuan.m4
index 2e98b39ec..4d7da17ea 100644
--- a/m4/libassuan.m4
+++ b/m4/libassuan.m4
@@ -9,7 +9,7 @@ dnl This file is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dnl SPDX-License-Identifier: FSFULLR
-# Last-changed: 2024-06-13
+# Last-changed: 2024-07-11
dnl
dnl Find gpgrt-config, which uses .pc file
@@ -175,7 +175,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
if test $ok = yes; then
AC_MSG_RESULT([yes ($libassuan_config_version)])
- AC_DEFINE(LIBASSUAN_API_REQUESTED, $req_libassuan_api, Requested API version for libassuan)
+ AC_DEFINE_UNQUOTED(LIBASSUAN_API_REQUESTED, $req_libassuan_api, [Requested API version for libassuan])
else
AC_MSG_RESULT(no)
fi