]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
We now require libusb >= 1.0.9.
[libsigrok.git] / configure.ac
index bc51a1e7a7281baf9e90dceb2d98871b74c249f4..941268cce630012949394c20a8865ba03d9325af 100644 (file)
@@ -124,7 +124,7 @@ if test "x$HW_FLUKE_DMM" = "xyes"; then
 fi
 
 AC_ARG_ENABLE(radioshack-dmm, AC_HELP_STRING([--enable-radioshack-dmm],
-             [Enable Fluke DMM support. [default=yes]]),
+             [Enable Radio Shack DMM support. [default=yes]]),
              [HW_RADIOSHACK_DMM="$enableval"],
              [HW_RADIOSHACK_DMM=yes])
 AM_CONDITIONAL(HW_RADIOSHACK_DMM, test x$HW_RADIOSHACK_DMM = xyes)
@@ -228,7 +228,7 @@ if test "x$LA_ASIX_SIGMA" != xno \
                        [Specifies whether we have a libusb.h header.])
                ;;
        *)
-               PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.5],
+               PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.9],
                        [CFLAGS="$CFLAGS $libusb_CFLAGS";
                        LIBS="$LIBS $libusb_LIBS";
                        SR_PKGLIBS="$SR_PKGLIBS libusb-1.0"])