Re: configure.ac: detect libusb-1.0

2010-03-24 Thread Tijl Coosemans
On Wednesday 24 March 2010 18:43:22 Damjan Jovanovic wrote: > On Wed, Mar 24, 2010 at 6:58 PM, Albert Lee wrote: >> There are multiple libusb implementations (notably, Solaris libusb >> and FreeBSD libusb20) and it would be necessary to do an API test >> for those, rather than using pkgconfig. >

Re: configure.ac: detect libusb-1.0

2010-03-24 Thread Albert Lee
On Wed, 24 Mar 2010 19:43:22 +0200, Damjan Jovanovic wrote: > On Wed, Mar 24, 2010 at 6:58 PM, Albert Lee wrote: >> On Wed, 24 Mar 2010 16:15:59 +0200, Damjan Jovanovic >> wrote: >>> Changelog: >>> * configure.ac: detect libusb-1.0 >>> >> >&

Re: configure.ac: detect libusb-1.0

2010-03-24 Thread Damjan Jovanovic
On Wed, Mar 24, 2010 at 6:58 PM, Albert Lee wrote: > On Wed, 24 Mar 2010 16:15:59 +0200, Damjan Jovanovic > wrote: >> Changelog: >> * configure.ac: detect libusb-1.0 >> > > There are multiple libusb implementations (notably, Solaris libusb and > FreeBSD libusb20

Re: configure.ac: detect libusb-1.0

2010-03-24 Thread Albert Lee
On Wed, 24 Mar 2010 16:15:59 +0200, Damjan Jovanovic wrote: > Changelog: > * configure.ac: detect libusb-1.0 > There are multiple libusb implementations (notably, Solaris libusb and FreeBSD libusb20) and it would be necessary to do an API test for those, rather than using pkgconfig. -Albert