From: Uwe Hermann Date: Tue, 24 Sep 2013 07:20:15 +0000 (+0200) Subject: configure.ac: Don't build uni-t-ut32x if libusb-1.0 is not found. X-Git-Tag: libsigrok-0.2.2~53 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=ba26f45d1d0472597aa257eb1aaff61834ab7e5a configure.ac: Don't build uni-t-ut32x if libusb-1.0 is not found. --- diff --git a/configure.ac b/configure.ac index b14f80f4..1cfd9051 100644 --- a/configure.ac +++ b/configure.ac @@ -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.