[gnome-keyring] Fix pkcs11 related pkg-config variables and build output.



commit c06f3036b942d6fa3bc4c35db69d10a88db981e2
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Sep 19 22:04:32 2011 +0200

    Fix pkcs11 related pkg-config variables and build output.
    
     * These were accidentally missed in earlier commits related
       to p11-kit 0.6

 configure.ac  |    1 -
 gcr/gcr.pc.in |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d00cf92..b767ca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -809,7 +809,6 @@ echo "CONFIGURATION"
 echo "  SSH Agent:            $ssh_status"
 echo "  GPG Agent:            $gpg_status"
 echo "  Root Certificates:    $root_status"
-echo "  PKCS#11 Modules:      $P11_SYSTEM_MODULES"
 echo
 echo "BUILD"
 echo "  Debug Build:          $debug_status"
diff --git a/gcr/gcr.pc.in b/gcr/gcr.pc.in
index 7c48318..bb8f8cd 100644
--- a/gcr/gcr.pc.in
+++ b/gcr/gcr.pc.in
@@ -5,7 +5,7 @@ includedir= includedir@
 datarootdir= datarootdir@
 datadir= datadir@
 sysconfdir= sysconfdir@
-pkcs11dir= pkcs11dir@
+pkcs11dir= P11_MODULE_PATH@
 pkcs11standalonedir= pkcs11standalonedir@
 
 Name: gcr- GCR_MAJOR@



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