From 3bfa205a20c0b656cafb6527386731061d1febbe Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Mon, 13 Apr 2009 20:03:11 +0000 Subject: [PATCH] disable connman until we update it to newer connman api in e_dbus. SVN revision: 40024 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0dd6719b2..f1b8492a0 100644 --- a/configure.ac +++ b/configure.ac @@ -423,7 +423,7 @@ AC_E_OPTIONAL_MODULE([conf_interaction], true) AC_E_OPTIONAL_MODULE([conf_scale], true) AC_E_OPTIONAL_MODULE([gadman], true) AC_E_OPTIONAL_MODULE([mixer], true, [CHECK_MODULE_MIXER]) -AC_E_OPTIONAL_MODULE([connman], true) +AC_E_OPTIONAL_MODULE([connman], false) AC_E_OPTIONAL_MODULE([illume], true) AC_E_OPTIONAL_MODULE([syscon], true)