[gnome-keyring] Properly load directory to install p11-kit config to.



commit 59b08405aedb9fdfad4e7d6d613a667357f2aa8f
Author: Stef Walter <stefw collabora co uk>
Date:   Tue Jun 7 12:43:16 2011 +0000

    Properly load directory to install p11-kit config to.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 47895a2..106fe86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -316,7 +316,7 @@ AC_SUBST(P11_KIT_CFLAGS)
 AC_SUBST(P11_KIT_LIBS)
 
 AC_MSG_CHECKING([where to put pkcs11 module configuration])
-P11_SYSTEM_MODULES=`$PKG_CONFIG p11-kit --variable=p11_system_modules`
+P11_SYSTEM_MODULES=`$PKG_CONFIG p11-kit-1 --variable=p11_system_modules`
 AC_MSG_RESULT($P11_SYSTEM_MODULES)
 AC_SUBST(P11_SYSTEM_MODULES)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]