configure.ac: Don't build uni-t-ut32x if libusb-1.0 is not found.

This commit is contained in:
Uwe Hermann 2013-09-24 09:20:15 +02:00
parent 45c0841b25
commit ba26f45d1d
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ case "$host" in
[have_libusb1_0="no"; HW_FX2LAFW="no"; HW_HANTEK_DSO="no";
HW_IKALOGIC_SCANALOGIC2="no"; HW_KECHENG_KC_330B="no";
HW_LASCAR_EL_USB="no";
HW_UNI_T_DMM="no"; HW_VICTOR_DMM="no";
HW_UNI_T_DMM="no"; HW_UNI_T_UT32X="no"; HW_VICTOR_DMM="no";
HW_ZEROPLUS_LOGIC_CUBE="no"; HW_SALEAE_LOGIC16="no"])
# Define HAVE_LIBUSB_1_0 in config.h if we found libusb-1.0.