disable connman and network manager by default.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Apr 2009 16:07:54 +0000 (16:07 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Apr 2009 16:07:54 +0000 (16:07 +0000)
nobody is using it and enm still uses ecore data types.

I plan to enable connman again when someone do nice gadget for E17.

As for network manager, please convert to eina data types before
enabling again.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@40140 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 0592952..a4bffa6 100644 (file)
@@ -42,20 +42,20 @@ AC_ARG_ENABLE(ehal,
                                  [enable_ehal=$enableval],
                                  [enable_ehal="yes"])
 AC_ARG_ENABLE(enm,
-                                 AC_HELP_STRING([--disable-enm],
-                                                                         [Disable enm build]),
+                                 AC_HELP_STRING([--enable-enm],
+                                                                         [Enable enm (network manager) build]),
                                  [enable_enm=$enableval],
-                                 [enable_enm="yes"])
+                                 [enable_enm="no"])
+AC_ARG_ENABLE(econnman,
+                                 AC_HELP_STRING([--enable-econnman],
+                                                                         [Enable econnman build]),
+                                 [enable_econnman=$enableval],
+                                 [enable_econnman="no"])
 AC_ARG_ENABLE(enotify,
                                  AC_HELP_STRING([--disable-enotify],
                                                                          [Disable enotify build]),
                                  [enable_enotify=$enableval],
                                  [enable_enotify="yes"])
-AC_ARG_ENABLE(econnman,
-                                 AC_HELP_STRING([--disable-econnman],
-                                                                         [Disable econnman build]),
-                                 [enable_econnman=$enableval],
-                                 [enable_econnman="yes"])
 
 
 PKG_CHECK_MODULES([EINA], [eina-0])
@@ -123,8 +123,8 @@ echo "Modules:"
 echo
 echo "  EHal.................: $enable_ehal"
 echo "  ENM..................: $enable_enm"
-echo "  ENotify..............: $enable_enotify"
 echo "  EConnman.............: $enable_econnman"
+echo "  ENotify..............: $enable_enotify"
 echo
 echo "Configuration Options Summary:"
 echo