[gnome-keyring/wip/dueno/pc] configure.ac: Stop using deprecated pkgconfig variable in p11-kit
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/wip/dueno/pc] configure.ac: Stop using deprecated pkgconfig variable in p11-kit
- Date: Thu, 30 Jun 2022 14:26:05 +0000 (UTC)
commit 0475326d956c748dc0e02ab08a16fd3a21202615
Author: Daiki Ueno <dueno src gnome org>
Date: Thu Jun 30 23:22:26 2022 +0900
configure.ac: Stop using deprecated pkgconfig variable in p11-kit
p11_system_config_modules has been deprecated for a long time, in
favor of p11_module_configs.
Signed-off-by: Daiki Ueno <dueno src gnome org>
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 1bf7c14c..190959a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -294,7 +294,7 @@ AC_ARG_WITH(pkcs11-config, [
[directory to install PKCS#11 config])
])
if test -z "$with_pkcs11_config" ; then
- P11_SYSTEM_CONFIG_MODULES=$($PKG_CONFIG p11-kit-1 --variable=p11_system_config_modules)
+ P11_SYSTEM_CONFIG_MODULES=$($PKG_CONFIG p11-kit-1 --variable=p11_module_configs)
else
P11_SYSTEM_CONFIG_MODULES="$with_pkcs11_config"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]