summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-20 15:33:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-20 15:33:17 +0000
commit287567b16f625b10227ff6fe803939e3208b9a9c (patch)
tree93f5f208775f012a90061a56679996304e8afc2f /acinclude.m4
parent0bf515081f1ddded1757cefe82651e2ca686ee35 (diff)
Remove subdirectory with ALSA plugins
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 8abd3d29..466977cc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -207,10 +207,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
sync_enable=${enableval}
])
- AC_ARG_ENABLE(alsa, AC_HELP_STRING([--enable-alsa], [enable ALSA support]), [
- alsa_enable=${enableval}
- ])
-
AC_ARG_ENABLE(hcid, AC_HELP_STRING([--enable-hcid], [install HCI daemon]), [
hcid_enable=${enableval}
])
@@ -284,7 +280,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(GLIB, test "${glib_enable}" = "yes" && test "${glib_found}" = "yes")
AM_CONDITIONAL(OBEX, test "${obex_enable}" = "yes" && test "${openobex_found}" = "yes")
AM_CONDITIONAL(SYNC, test "${sync_enable}" = "yes" && test "${opensync_found}" = "yes")
- AM_CONDITIONAL(ALSA, test "${alsa_enable}" = "yes" && test "${alsa_found}" = "yes")
AM_CONDITIONAL(HCID, test "${hcid_enable}" = "yes")
AM_CONDITIONAL(SDPD, test "${sdpd_enable}" = "yes")
AM_CONDITIONAL(TEST, test "${test_enable}" = "yes")