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 23:03:18 +0800
commit898b148e09e903e65373f859dcc7724d69d5a582 (patch)
treeb6e494ea6339fac1fdde465067d79254bbe78b4c /libempathy
parent0e3268df1dbe7ea6698cf6eed8982537274e726f (diff)
downloadgsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.tar
gsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.tar.gz
gsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.tar.bz2
gsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.tar.lz
gsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.tar.xz
gsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.tar.zst
gsoc2013-empathy-898b148e09e903e65373f859dcc7724d69d5a582.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,
};