aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-09 02:59:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-13 22:54:45 +0800
commit92ab34517a94d36ced95514e4fdbde17b2e6004f (patch)
treebf5a0e71a8e19a88e14f7ed93b96e858d1fac2bb /libempathy
parente5677e4dc098d563a5e2617e978c45335717b915 (diff)
downloadgsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar
gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.gz
gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.bz2
gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.lz
gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.xz
gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.zst
gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.zip
Compile with --without-ca-file
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tls-verifier.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c
index ca1726144..224150533 100644
--- a/libempathy/empathy-tls-verifier.c
+++ b/libempathy/empathy-tls-verifier.c
@@ -44,7 +44,9 @@ enum {
};
static const gchar* system_ca_paths[] = {
+#ifdef GTLS_SYSTEM_CA_FILE
GTLS_SYSTEM_CA_FILE,
+#endif
NULL,
};