diff options
| author | 2019-09-09 14:23:42 +0200 | |
|---|---|---|
| committer | 2019-09-09 14:23:42 +0200 | |
| commit | 7b44184ea88c88b7e56f1f74ce56884252ccf279 (patch) | |
| tree | 3f27b235ec3afc1450853365c0baf94160d7e784 /configure.ac | |
| parent | 454812a93e76f304a8dc09aa5ed193a0f074643c (diff) | |
| download | libirecovery-7b44184ea88c88b7e56f1f74ce56884252ccf279.tar.gz libirecovery-7b44184ea88c88b7e56f1f74ce56884252ccf279.tar.bz2 | |
Fix invalid Requires.private entry in libirecovery.pc due to missing autoconf variable
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6481d74..e4793e1 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -108,6 +108,8 @@ AS_IF([test "x$with_dummy" = "xyes"], [ | |||
| 108 | ], [ | 108 | ], [ |
| 109 | PKG_CHECK_MODULES(libusb, libusb-1.0 >= $LIBUSB_VERSION) | 109 | PKG_CHECK_MODULES(libusb, libusb-1.0 >= $LIBUSB_VERSION) |
| 110 | USB_BACKEND="libusb `$PKG_CONFIG --modversion libusb-1.0`" | 110 | USB_BACKEND="libusb `$PKG_CONFIG --modversion libusb-1.0`" |
| 111 | LIBUSB_REQUIRED="libusb-1.0 >= $LIBUSB_VERSION" | ||
| 112 | AC_SUBST(LIBUSB_REQUIRED) | ||
| 111 | ]) | 113 | ]) |
| 112 | ]) | 114 | ]) |
| 113 | ]) | 115 | ]) |
