mcabber/configure.ac
changeset 2089 91a8f3740a1a
parent 2086 3667697d677d
child 2094 7ee2388a492a
equal deleted inserted replaced
2088:a18e1b488f1c 2089:91a8f3740a1a
   158 AC_CHECK_LIB(loudmouth-1, lm_ssl_set_cipher_list,
   158 AC_CHECK_LIB(loudmouth-1, lm_ssl_set_cipher_list,
   159               AC_DEFINE([HAVE_LM_SSL_CIPHER_LIST], 1,
   159               AC_DEFINE([HAVE_LM_SSL_CIPHER_LIST], 1,
   160                         [Define that loudmouth has lm_ssl_cipher_list]
   160                         [Define that loudmouth has lm_ssl_cipher_list]
   161                         )
   161                         )
   162             )
   162             )
       
   163 # Check for lm_ssl_set_cipher_list in loudmouth
       
   164 AC_CHECK_LIB(loudmouth-1, lm_ssl_set_ca,
       
   165               AC_DEFINE([HAVE_LM_SSL_CA], 1,
       
   166                         [Define that loudmouth has lm_ssl_ca]
       
   167                         )
       
   168             )
       
   169 
   163 
   170 
   164 # Check for libidn
   171 # Check for libidn
   165 AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],
   172 AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],
   166                                    [Support IDN (needs GNU Libidn)]),
   173                                    [Support IDN (needs GNU Libidn)]),
   167             libidn=$withval, libidn=yes)
   174             libidn=$withval, libidn=yes)