mcabber/configure.ac
changeset 2089 91a8f3740a1a
parent 2086 3667697d677d
child 2095 7ee2388a492a
--- a/mcabber/configure.ac	Fri Oct 25 22:20:23 2013 +0200
+++ b/mcabber/configure.ac	Mon Nov 04 21:48:04 2013 +0100
@@ -160,6 +160,13 @@
                         [Define that loudmouth has lm_ssl_cipher_list]
                         )
             )
+# Check for lm_ssl_set_cipher_list in loudmouth
+AC_CHECK_LIB(loudmouth-1, lm_ssl_set_ca,
+              AC_DEFINE([HAVE_LM_SSL_CA], 1,
+                        [Define that loudmouth has lm_ssl_ca]
+                        )
+            )
+
 
 # Check for libidn
 AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],