1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

removing hard coded include path for libusb-1.0

This commit is contained in:
nelisky 2012-03-13 00:00:33 +00:00
parent 56ec31270a
commit 98d6664185

View File

@ -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()