diff options
author | Stef Walter <stefw@collabora.co.uk> | 2010-12-11 11:31:01 +0800 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-24 21:40:02 +0800 |
commit | c9562e1613eac9ded3a3e211dbd2e5420a46602b (patch) | |
tree | 3ff29178daa37a0e72a3c9a06915434d61c42c16 /configure.ac | |
parent | e694852b60dd75c8fe25d167672ca647006a5e8d (diff) | |
download | gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.tar gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.tar.gz gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.tar.bz2 gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.tar.lz gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.tar.xz gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.tar.zst gsoc2013-empathy-c9562e1613eac9ded3a3e211dbd2e5420a46602b.zip |
tests: Lookup the pkcs11 standalone directory at run time.
Rather than cluttering up configure, lookup the relevant
directory at runtime.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index ab8c6f3cb..28040909b 100644 --- a/configure.ac +++ b/configure.ac @@ -168,12 +168,6 @@ 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) # ----------------------------------------------------------- |