summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-07-04 14:02:40 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-04 15:04:36 +0300
commitc31c93c351d28c9a1cb56d66ecdb756353cf2636 (patch)
treed521beff4d505d139d0a4cadbd8b8cea1fccd062 /acinclude.m4
parent3e68d12a4f00948d679d47b764f8bc11851fbe94 (diff)
downloadbluez-c31c93c351d28c9a1cb56d66ecdb756353cf2636.tar.gz
remove compat daemons
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m418
1 files changed, 0 insertions, 18 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ab0ebba1c..b78c0770d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -179,9 +179,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
health_enable=no
pnat_enable=no
tools_enable=yes
- hidd_enable=no
- pand_enable=no
- dund_enable=no
cups_enable=no
test_enable=no
bccmd_enable=no
@@ -273,18 +270,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
dfutool_enable=${enableval}
])
- AC_ARG_ENABLE(hidd, AC_HELP_STRING([--enable-hidd], [install HID daemon]), [
- hidd_enable=${enableval}
- ])
-
- AC_ARG_ENABLE(pand, AC_HELP_STRING([--enable-pand], [install PAN daemon]), [
- pand_enable=${enableval}
- ])
-
- AC_ARG_ENABLE(dund, AC_HELP_STRING([--enable-dund], [install DUN daemon]), [
- dund_enable=${enableval}
- ])
-
AC_ARG_ENABLE(cups, AC_HELP_STRING([--enable-cups], [install CUPS backend support]), [
cups_enable=${enableval}
])
@@ -369,9 +354,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(HAL, test "${hal_enable}" = "yes")
AM_CONDITIONAL(READLINE, test "${readline_found}" = "yes")
AM_CONDITIONAL(PNATPLUGIN, test "${pnat_enable}" = "yes")
- AM_CONDITIONAL(HIDD, test "${hidd_enable}" = "yes")
- AM_CONDITIONAL(PAND, test "${pand_enable}" = "yes")
- AM_CONDITIONAL(DUND, test "${dund_enable}" = "yes")
AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes")
AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes")
AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes")