summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 13:27:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 13:27:42 +0000
commit1e3561c600a08b5a5dc45b405fe1ecc30df4f270 (patch)
tree49cbd5c9db7e5889ae579b013f8a512ead20f6d3 /acinclude.m4
parentca1711891647c07d70fbcce29ef7e7576e45c016 (diff)
Remove HAL support helpers
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 10643eed..d9af20b7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -128,12 +128,6 @@ AC_DEFUN([AC_PATH_ALSA], [
AC_SUBST(ALSA_LIBS)
])
-AC_DEFUN([AC_PATH_HAL], [
- PKG_CHECK_MODULES(HAL, hal >= 0.5.8, hal_found=yes, hal_found=no)
- AC_SUBST(HAL_CFLAGS)
- AC_SUBST(HAL_LIBS)
-])
-
AC_DEFUN([AC_PATH_USB], [
PKG_CHECK_MODULES(USB, libusb, usb_found=yes, usb_found=no)
AC_SUBST(USB_CFLAGS)
@@ -161,7 +155,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
pie_enable=no
sndfile_enable=${sndfile_found}
inotify_enable=${inotify_found}
- hal_enable=${hal_found}
usb_enable=${usb_found}
alsa_enable=${alsa_found}
glib_enable=no
@@ -222,10 +215,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
inotify_enable=${enableval}
])
- AC_ARG_ENABLE(hal, AC_HELP_STRING([--enable-hal], [enable HAL support]), [
- hal_enable=${enableval}
- ])
-
AC_ARG_ENABLE(usb, AC_HELP_STRING([--enable-usb], [enable USB support]), [
usb_enable=${enableval}
])
@@ -355,7 +344,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(SNDFILE, test "${sndfile_enable}" = "yes" && test "${sndfile_found}" = "yes")
AM_CONDITIONAL(INOTIFY, test "${inotify_enable}" = "yes" && test "${inotify_found}" = "yes")
- AM_CONDITIONAL(HAL, test "${hal_enable}" = "yes" && test "${hal_found}" = "yes")
AM_CONDITIONAL(USB, test "${usb_enable}" = "yes" && test "${usb_found}" = "yes")
AM_CONDITIONAL(SBC, test "${alsa_enable}" = "yes" || test "${gstreamer_enable}" = "yes")
AM_CONDITIONAL(ALSA, test "${alsa_enable}" = "yes" && test "${alsa_found}" = "yes")