diff options
author | Nikias Bassen | 2016-01-05 18:52:12 +0100 |
---|---|---|
committer | Nikias Bassen | 2016-01-05 18:52:12 +0100 |
commit | 1a9ff1f75bec47bdc145393f020a0fd60ae0e6da (patch) | |
tree | 0f0f28688632078d7120e6b41585134cc418d1a6 /configure.ac | |
parent | 86d028aabc9fdb65b155590366b53c0038989a81 (diff) | |
download | libirecovery-1a9ff1f75bec47bdc145393f020a0fd60ae0e6da.tar.gz libirecovery-1a9ff1f75bec47bdc145393f020a0fd60ae0e6da.tar.bz2 |
autofoo: Fix pkg-config name for libusb in libirecovery.pc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f767ed9..422e527 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AS_IF([test "x$with_iokit" = "xyes" && test "x$have_iokit" = "xyes"] , [ [ PKG_CHECK_MODULES(libusb, libusb-1.0 >= $LIBUSB_VERSION) USB_BACKEND="libusb `$PKG_CONFIG --modversion libusb-1.0`" - LIBUSB_REQUIRED="libusb >= $LIBUSB_VERSION" + LIBUSB_REQUIRED="libusb-1.0 >= $LIBUSB_VERSION" AC_SUBST(LIBUSB_REQUIRED) ] ) |