Commit 98d6664185e9e13ecf8956de372fd1a3fe0a97e2

nelisky 2012-03-13T00:00:33

removing hard coded include path for libusb-1.0

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index ab243b9..16dc55a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,7 +318,7 @@ if test "x$ztex" != xno; then
           AC_MSG_ERROR([Could not find usb library - please install libusb]))
   AC_DEFINE([HAVE_LIBUSB], [1], [Defined to 1 if libusb is wanted])
   USB_LIBS="-lusb-1.0"
-  USB_FLAGS="-I/usr/include/libusb-1.0"
+  USB_FLAGS=""
 fi
 
 PKG_PROG_PKG_CONFIG()