From 92ab34517a94d36ced95514e4fdbde17b2e6004f Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 8 Dec 2010 18:59:41 +0000 Subject: Compile with --without-ca-file --- libempathy/empathy-tls-verifier.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-tls-verifier.c') 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, }; -- cgit v1.2.3