summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 00:59:22 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 00:59:22 +0100
commitf6168cfe823ed8c218eab130ee580e1c9f8ab9ff (patch)
treedd08a4ab7ad52db9e4f40a2520d7b1ee8fe6804f /acinclude.m4
parent0613f6441064f81c7af17778a95a8e5cb458bb94 (diff)
downloadbluez-f6168cfe823ed8c218eab130ee580e1c9f8ab9ff.tar.gz
build: Remove old PCMCIA serial support
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 75d68ab6f..4893e593c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -160,7 +160,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
cups_enable=no
test_enable=no
bccmd_enable=no
- pcmcia_enable=no
hid2hci_enable=no
datafiles_enable=yes
telephony_driver=dummy
@@ -223,10 +222,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
bccmd_enable=${enableval}
])
- AC_ARG_ENABLE(pcmcia, AC_HELP_STRING([--enable-pcmcia], [install PCMCIA serial script]), [
- pcmcia_enable=${enableval}
- ])
-
AC_ARG_ENABLE(hid2hci, AC_HELP_STRING([--enable-hid2hci], [install HID mode switching utility]), [
hid2hci_enable=${enableval}
])
@@ -312,7 +307,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes")
AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes")
AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes")
- AM_CONDITIONAL(PCMCIA, test "${pcmcia_enable}" = "yes")
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes")
AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes")
AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes")