From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkLRL-0003Lj-N2 for qemu-devel@nongnu.org; Mon, 29 Sep 2008 12:17:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkLRJ-0003Kv-Rw for qemu-devel@nongnu.org; Mon, 29 Sep 2008 12:17:39 -0400 Received: from [199.232.76.173] (port=56021 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkLRJ-0003Kr-LC for qemu-devel@nongnu.org; Mon, 29 Sep 2008 12:17:37 -0400 Received: from wr-out-0506.google.com ([64.233.184.235]:19708) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkLRK-0002zL-54 for qemu-devel@nongnu.org; Mon, 29 Sep 2008 12:17:38 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1413251wra.18 for ; Mon, 29 Sep 2008 09:17:37 -0700 (PDT) Message-ID: <48E0FF63.1050808@codemonkey.ws> Date: Mon, 29 Sep 2008 11:16:35 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5344] Implement a HCI passthrough to host. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Blue Swirl wrote: > On 9/29/08, Andrzej Zaborowski wrote: > >> Revision: 5344 >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5344 >> Author: balrog >> Date: 2008-09-28 23:49:55 +0000 (Sun, 28 Sep 2008) >> >> > > >> +# bluez support probe >> +if test "$bluez" = "yes" ; then >> + `pkg-config bluez` || bluez="no" >> +fi >> > > I think probing should be done more like curses or AIO probes. > Mainly because this breaks cross-compilation. See VNC TLS detection for how to detect something with pkg-config without breaking cross compilation. Regards, Anthony Liguori