From f6168cfe823ed8c218eab130ee580e1c9f8ab9ff Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 00:59:22 +0100 Subject: build: Remove old PCMCIA serial support --- acinclude.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'acinclude.m4') 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") -- cgit v1.2.1