summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAli Abdallah <aliov@xfce.org>2011-01-04 14:45:21 +0100
committerAli Abdallah <aliov@xfce.org>2011-01-04 14:45:21 +0100
commitde0320e7748ba1a227442887a693a846281977d4 (patch)
treeb6eae8f8551dd33c6eff766e47a1ea5bd63ad17b /configure.ac.in
parentc00ccde6295b1ee8cbf57653bbaf26060d60f002 (diff)
downloadixfce4-power-manager-de0320e7748ba1a227442887a693a846281977d4.tar.gz
Completely drop the usage of HAL.1.0.3
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 63d63f14..fcb0c088 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -99,22 +99,6 @@ fi
AM_CONDITIONAL([ENABLE_POLKIT], [test "x$polkit" = "xyes"])
#=======================================================#
-# Use HAL? #
-#=======================================================#
-AC_ARG_ENABLE([hal],
- [AC_HELP_STRING([--disable-hal],
- [Do not enable HAL (default=enabled)])],
- [ac_cv_enable_hal=$enableval],
- [ac_cv_enable_hal=yes])
-if test "x$ac_cv_enable_hal" = "xno"; then
- enable_hal="no"
-else
- enable_hal="yes"
- AC_DEFINE(WITH_HAL, 1 , [HAL support])
-fi
-AM_CONDITIONAL([ENABLE_HAL], [test "x$enable_hal" = "xyes"])
-
-#=======================================================#
# Check for DPMS support #
#=======================================================#
DPMS_LIBS=
@@ -224,7 +208,6 @@ AC_SUBST([PLATFORM_LDFLAGS])
AC_OUTPUT([
Makefile
libdbus/Makefile
-libhal/Makefile
common/Makefile
src/Makefile
settings/Makefile
@@ -264,7 +247,6 @@ echo "
prefix: ${prefix}
xdg autostart: ${sysconfdir/xdg/autostart}
- HAL: ${enable_hal}
POLKIT: ${polkit}
DPMS: ${have_dpms}
Network manager: ${ac_network_manager}