e: port to use econnman-0.7x

SVN revision: 65500
This commit is contained in:
Gustavo Sverzut Barbieri 2011-11-21 20:56:22 +00:00
parent b6d7c08231
commit 160e660ed5
2 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ AC_SUBST(SOUND_LIBS)
AM_CONDITIONAL(HAVE_ECONNMAN, false)
define([CHECK_MODULE_CONNMAN],
[
AC_E_CHECK_PKG(ECONNMAN, [ edbus >= 1.0.999 econnman >= 1.0.999 ], [], [CONNMAN=false])
AC_E_CHECK_PKG(ECONNMAN, [ edbus >= 1.0.999 econnman-0.7x >= 1.0.999 ], [], [CONNMAN=false])
])
AC_SUBST(ECONNMAN_CFLAGS)
AC_SUBST(ECONNMAN_LIBS)

View File

@ -337,7 +337,7 @@ _connman_service_security_find(const E_Connman_Element *element)
const char **security;
unsigned int count;
if (!e_connman_service_security2_get(element, &count, &security))
if (!e_connman_service_security_get(element, &count, &security))
return NULL;
if ((!security) || (count < 1))
return NULL;