From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH 6/6] Remove redundante check for server when checking for usb Date: Wed, 23 Feb 2011 11:54:41 +0200 Message-Id: <1298454881-7941-6-git-send-email-luiz.dentz@gmail.com> In-Reply-To: <1298454881-7941-1-git-send-email-luiz.dentz@gmail.com> References: <1298454881-7941-1-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz There is a check for this already on Makefile.am --- configure.ac | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a17d0ca..9194843 100644 --- a/configure.ac +++ b/configure.ac @@ -155,8 +155,7 @@ AC_ARG_ENABLE(usb, AC_HELP_STRING([--enable-usb], [enable usb plugin]), [ enable_usb=${enableval} ]) -AM_CONDITIONAL(USB, test "${enable_usb}" = "yes" && - test "${enable_server}" != "no") +AM_CONDITIONAL(USB, test "${enable_usb}" = "yes") AC_ARG_ENABLE(pcsuite, AC_HELP_STRING([--enable-pcsuite], [enable Nokia PcSuite plugin]), [ -- 1.7.1