ecore_con: fix build with -DISCOMFITOR and OpenSSL.

This commit is contained in:
Cedric BAIL 2015-03-17 08:50:57 +01:00
parent 9b51888104
commit b301fffe2f
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ ecore_con_ssl_init(void)
{ {
if (!_init_con_ssl_init_count++) if (!_init_con_ssl_init_count++)
{ {
#ifdef ISCOMFITOR #if defined ISCOMFITOR && defined HAVE_GNUTLS
if (eina_log_domain_level_check(_ecore_con_log_dom, if (eina_log_domain_level_check(_ecore_con_log_dom,
EINA_LOG_LEVEL_DBG)) EINA_LOG_LEVEL_DBG))
{ {