Commits
Davide Gerhard authored and Frank Schima committed d9a8c8a7a0b
1 - | --- configure 2013-07-19 01:26:22.000000000 +0200 |
2 - | +++ configure.new 2014-04-25 12:08:31.000000000 +0200 |
3 - | |
4 - | have_libusb_1_0=no |
5 - | if test "$disable_libusb_1_0" = "no"; then |
6 - | have_libusb_1_0=yes |
7 - | - LIBUSB_1_0_CFLAGS=-I/usr/include/libusb-1.0 |
8 - | + LIBUSB_1_0_CFLAGS="-I$prefix/include/libusb-1.0" |
9 - | LIBUSB_1_0_LIBS=-lusb-1.0 |
10 - | if test "$have_libusb_1_0" = "yes"; then |
11 - | $as_echo "using libusb_1.0"; |