Browse Source

removing hard coded include path for libusb-1.0

nelisky 14 years ago
parent
commit
98d6664185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -318,7 +318,7 @@ if test "x$ztex" != xno; then
           AC_MSG_ERROR([Could not find usb library - please install libusb]))
           AC_MSG_ERROR([Could not find usb library - please install libusb]))
   AC_DEFINE([HAVE_LIBUSB], [1], [Defined to 1 if libusb is wanted])
   AC_DEFINE([HAVE_LIBUSB], [1], [Defined to 1 if libusb is wanted])
   USB_LIBS="-lusb-1.0"
   USB_LIBS="-lusb-1.0"
-  USB_FLAGS="-I/usr/include/libusb-1.0"
+  USB_FLAGS=""
 fi
 fi
 
 
 PKG_PROG_PKG_CONFIG()
 PKG_PROG_PKG_CONFIG()