diff options
author | Stef Walter <stefw@collabora.co.uk> | 2010-12-10 12:25:13 +0800 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-24 21:40:02 +0800 |
commit | 02798920bfc26c86f0b4fb356f5635c3a20f203c (patch) | |
tree | 2cd8081675a918a47cd2b9a95fc2bdda58184aaf /configure.ac | |
parent | eb0e10eba858ed194ec5a6bb63670ed80245a76b (diff) | |
download | gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.gz gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.bz2 gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.lz gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.xz gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.zst gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.zip |
test: Add tests which load PKCS#11 modules for TLS verification.
Add various tests which load gnome-keyring PKCS#11 modules and
use them in the TLS verification. These are the standalone
versions of the builtin gnome-keyring PKCS#11 modules.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 28040909b..ab8c6f3cb 100644 --- a/configure.ac +++ b/configure.ac @@ -168,6 +168,12 @@ PKG_CHECK_MODULES(EMPATHY, gcr-3 >= $GCR_REQUIRED ]) +# Pkg Config lookup for modules used in tests +AC_MSG_CHECKING([for pkcs11 standalone modules]) +pkcs11standalonedir=$(pkg-config --variable=pkcs11standalonedir gcr-3) +AC_MSG_RESULT([$pkcs11standalonedir]) +AC_SUBST(pkcs11standalonedir) + # ----------------------------------------------------------- # evolution-data-server (about-me) # ----------------------------------------------------------- |