trishume / linux-track

Automatically exported from code.google.com/p/linux-track
MIT License
0 stars 0 forks source link

Missing libusb is not very visible during configure #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run ./configure without libusb installed

Original issue reported on code.google.com by f.jo...@email.cz on 15 Jul 2009 at 9:08

GoogleCodeExporter commented 9 years ago
I think we can just change the AC_CHECK_HEADERS([stdint.h assert.h]) line to 
include
usb.h, not sure though. Beyond that, I think a README and FAQ is needed. 

Original comment by tult...@gmail.com on 15 Jul 2009 at 2:59

GoogleCodeExporter commented 9 years ago
Added action if libusb is not found - now configure reports error and stops.

Original comment by f.jo...@email.cz on 15 Jul 2009 at 7:41