summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 01:26:22 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 01:26:22 +0100
commitbc974ed90518c59d60d205efb06eff320eebd9e6 (patch)
tree5118e94b33c442172966a65fcf6bd505c4dcc4b7 /acinclude.m4
parent2b38f5ee63a311818221eec16e7442d5726610b5 (diff)
downloadbluez-bc974ed90518c59d60d205efb06eff320eebd9e6.tar.gz
build: Use a separate Makefile.profiles
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4893e593c..126dbb4cf 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -164,7 +164,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
datafiles_enable=yes
telephony_driver=dummy
sap_driver=dummy
- hog_suspend_driver=dummy
dbusoob_enable=no
wiimote_enable=no
neard_enable=no
@@ -256,12 +255,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
wiimote_enable=${enableval}
])
- AC_ARG_WITH(hog_suspend, AC_HELP_STRING([--with-hog-suspend=DRIVER], [select HoG suspend driver]), [
- hog_suspend_driver=${withval}
- ])
-
- AC_SUBST([HOG_SUSPEND_DRIVER], [suspend-${hog_suspend_driver}.c])
-
AC_ARG_ENABLE(neard, AC_HELP_STRING([--enable-neard], [compile with neard plugin]), [
neard_enable=${enableval}
])
@@ -301,7 +294,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(SAPPLUGIN, test "${sap_enable}" = "yes")
AM_CONDITIONAL(SERVICEPLUGIN, test "${service_enable}" = "yes")
AM_CONDITIONAL(HEALTHPLUGIN, test "${health_enable}" = "yes")
- AM_CONDITIONAL(MCAP, test "${health_enable}" = "yes")
AM_CONDITIONAL(READLINE, test "${readline_found}" = "yes")
AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes")
AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes")
@@ -311,6 +303,5 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes")
AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes")
AM_CONDITIONAL(WIIMOTEPLUGIN, test "${wiimote_enable}" = "yes")
- AM_CONDITIONAL(HOGPLUGIN, test "${input_enable}" = "yes")
AM_CONDITIONAL(NEARDPLUGIN, test "${neard_enable}" = "yes")
])