From 1455a71b8bb0133781f86f91444bbe1dd5179335 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 19 Oct 2015 07:56:30 +0200 Subject: allow usb0 on mingw windows --- libgphoto2_port/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgphoto2_port/configure.ac') diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac index 058d2e7fc..9df38ce8e 100644 --- a/libgphoto2_port/configure.ac +++ b/libgphoto2_port/configure.ac @@ -365,7 +365,8 @@ GP_CHECK_LIBRARY([LIBUSB],[libusb],[>= 0.1.5], [usb.h],[usb_open],[ case "$host" in *-*-mingw* | *-*-cygwin* | *-*-msvc* ) - dnl Windows itself has usb.h we mis-detect so don't set IOLIB_LIST + dnl Windows itself has usb.h we mis-detect, in that case remove access to the other usb.h + IOLIB_LIST="$IOLIB_LIST usb" ;; *) if test "x$have_LIBUSB1" != xyes; then -- cgit v1.2.1