summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-12 18:09:43 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-12 18:09:43 +0000
commit020ac98f0656d3f95d1bb38ea546f145897446fa (patch)
treecc0588a4dedb8994f769fdf413435faba0d60026 /acinclude.m4
parent5f2d86a6658b756d878ae467a6fc4fd4d7c1968d (diff)
Remove bluepin script
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 8334785c..9b57f504 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -302,7 +302,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
hid2hci_enable=${usb_found}
dfutool_enable=no
bcm203x_enable=no
- bluepin_enable=yes
AC_ARG_ENABLE(fortify, AC_HELP_STRING([--disable-fortify], [disable compile time buffer checks]), [
fortify_enable=${enableval}
@@ -330,7 +329,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
hid2hci_enable=${enableval}
dfutool_enable=${enableval}
bcm203x_enable=${enableval}
- bluepin_enable=${enableval}
])
AC_ARG_ENABLE(dbus, AC_HELP_STRING([--enable-dbus], [enable D-BUS support]), [
@@ -385,10 +383,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
bcm203x_enable=${enableval}
])
- AC_ARG_ENABLE(bluepin, AC_HELP_STRING([--enable-bluepin], [install Python based PIN helper]), [
- bluepin_enable=${enableval}
- ])
-
if (test "${fortify_enable}" = "yes"); then
CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2"
fi
@@ -415,5 +409,4 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes")
AM_CONDITIONAL(DFUTOOL, test "${dfutool_enable}" = "yes" && test "${usb_found}" = "yes")
AM_CONDITIONAL(BCM203X, test "${bcm203x_enable}" = "yes" && test "${usb_found}" = "yes")
- AM_CONDITIONAL(BLUEPIN, test "${bluepin_enable}" = "yes")
])