diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc8ba3d..f767ed9 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -21,7 +21,6 @@ dnl Minimum package versions | |||
| 21 | LIBUSB_VERSION=1.0.3 | 21 | LIBUSB_VERSION=1.0.3 |
| 22 | 22 | ||
| 23 | AC_SUBST(LIBIRECOVERY_SO_VERSION) | 23 | AC_SUBST(LIBIRECOVERY_SO_VERSION) |
| 24 | AC_SUBST(LIBUSB_VERSION) | ||
| 25 | 24 | ||
| 26 | # Checks for programs. | 25 | # Checks for programs. |
| 27 | AC_PROG_CC | 26 | AC_PROG_CC |
| @@ -75,6 +74,8 @@ AS_IF([test "x$with_iokit" = "xyes" && test "x$have_iokit" = "xyes"] , [ | |||
| 75 | [ | 74 | [ |
| 76 | PKG_CHECK_MODULES(libusb, libusb-1.0 >= $LIBUSB_VERSION) | 75 | PKG_CHECK_MODULES(libusb, libusb-1.0 >= $LIBUSB_VERSION) |
| 77 | USB_BACKEND="libusb `$PKG_CONFIG --modversion libusb-1.0`" | 76 | USB_BACKEND="libusb `$PKG_CONFIG --modversion libusb-1.0`" |
| 77 | LIBUSB_REQUIRED="libusb >= $LIBUSB_VERSION" | ||
| 78 | AC_SUBST(LIBUSB_REQUIRED) | ||
| 78 | ] | 79 | ] |
| 79 | ) | 80 | ) |
| 80 | 81 | ||
