aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2025-03-10 02:45:57 +0000
committerNIIBE Yutaka <[email protected]>2025-03-10 02:45:57 +0000
commit7568566ef3d1230ee134b3db3128c8681ebecf37 (patch)
tree012b57d073a45ea32963208ad8e86023881d04f9
parentAdd API gpgme_op_random_bytes. (diff)
downloadgpgme-7568566ef3d1230ee134b3db3128c8681ebecf37.tar.gz
gpgme-7568566ef3d1230ee134b3db3128c8681ebecf37.zip
m4: Update libassuan.m4.
* m4/libassuan.m4: Update from libassuan master. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--m4/libassuan.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libassuan.m4 b/m4/libassuan.m4
index 2e98b39e..4d7da17e 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