Linux bluetooth development
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
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	[thread overview]
Message-ID: <1298454881-7941-6-git-send-email-luiz.dentz@gmail.com> (raw)
In-Reply-To: <1298454881-7941-1-git-send-email-luiz.dentz@gmail.com>

From: Luiz Augusto von Dentz <luiz.dentz-von@nokia.com>

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


      parent reply	other threads:[~2011-02-23  9:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-23  9:54 [PATCH 1/6] Add support for pcsuite lock file Luiz Augusto von Dentz
2011-02-23  9:54 ` [PATCH 2/6] Add more debug logs for ftp driver Luiz Augusto von Dentz
2011-02-23  9:54 ` [PATCH 3/6] Add flush callback to mimetype driver Luiz Augusto von Dentz
2011-02-23  9:54 ` [PATCH 4/6] Add .flush callback to backup plugin Luiz Augusto von Dentz
2011-02-23  9:54 ` [PATCH 5/6] Move pcsuite drivers to its own plugin Luiz Augusto von Dentz
2011-02-23 14:44   ` Johan Hedberg
2011-02-26 18:52     ` Luiz Augusto von Dentz
2011-02-23  9:54 ` Luiz Augusto von Dentz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1298454881-7941-6-git-send-email-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox