summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-12 21:31:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-12 21:31:36 +0000
commit45e65bdb0940fc3a815e75c58842ed0e56dd4dab (patch)
tree355cb733ce026ab3d52ff4a8c9cbd9d132304cfa /acinclude.m4
parent201a729d46df51732304d47b7ed6c0bbe891e7d4 (diff)
Remove configure option for echo service
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3135d94c..2e0c58c5 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -184,7 +184,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
serial_enable=yes
network_enable=yes
sync_enable=no
- echo_enable=no
hcid_enable=yes
sdpd_enable=no
hidd_enable=no
@@ -286,10 +285,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
sync_enable=${enableval}
])
- AC_ARG_ENABLE(echo, AC_HELP_STRING([--enable-echo], [enable echo example service]), [
- echo_enable=${enableval}
- ])
-
AC_ARG_ENABLE(hcid, AC_HELP_STRING([--enable-hcid], [install HCI daemon]), [
hcid_enable=${enableval}
])
@@ -407,7 +402,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(SERIALSERVICE, test "${serial_enable}" = "yes")
AM_CONDITIONAL(NETWORKSERVICE, test "${network_enable}" = "yes")
AM_CONDITIONAL(SYNCSERVICE, test "${sync_enable}" = "yes" && test "${opensync_found}" = "yes")
- AM_CONDITIONAL(ECHOSERVICE, test "${echo_enable}" = "yes")
AM_CONDITIONAL(HCID, test "${hcid_enable}" = "yes")
AM_CONDITIONAL(SDPD, test "${sdpd_enable}" = "yes")
AM_CONDITIONAL(HIDD, test "${hidd_enable}" = "yes")