q66 pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c281478aa188493ea9ab8c6cc2a804810df778f7

commit c281478aa188493ea9ab8c6cc2a804810df778f7
Author: Daniel Kolesa <[email protected]>
Date:   Fri Nov 21 14:37:08 2014 +0000

    remove hal detection from build system
---
 configure.ac | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/configure.ac b/configure.ac
index b1db1e2..a30803f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,14 +362,6 @@ if test "[${e_cv_enable_files}]" = yes; then
 fi
 AC_MSG_RESULT([$e_cv_enable_files])
 
-AC_ARG_ENABLE([device-hal],
-  AS_HELP_STRING([--enable-device-hal],[enable hal device backend 
@<:@default=disabled@:>@]),
-  [e_cv_want_device_hal=$enableval],
-  [e_cv_want_device_hal=no])
-
-AC_MSG_CHECKING([whether the HAL device backend is enabled])
-AC_MSG_RESULT([${e_cv_want_device_hal}])
-
 AC_ARG_ENABLE([device-udev],
   AS_HELP_STRING([--enable-device-udev],[enable udev device backend 
@<:@default=enabled@:>@]),
   [e_cv_want_device_udev=$enableval],
@@ -395,13 +387,6 @@ AC_MSG_RESULT($device_backend)
 
 AM_CONDITIONAL([HAVE_EEZE], [test "x${device_backend}" = "xeeze"])
 
-if test "x${device_backend}" != "xeeze"; then
-  device_backend=hal
-  device_libs=edbus
-  AC_DEFINE_UNQUOTED([HAVE_HAL],[1],[enable HAL support])
-fi
-
-
 DBUS_MOUNT_CONFIG=1
 dbus_mount="dbus-1"
 

-- 


Reply via email to