]> sigrok.org Git - libsigrok.git/commitdiff
rigol-ds: Enable for non-Linux, as it now supports other transports.
authorMartin Ling <redacted>
Fri, 6 Dec 2013 01:55:04 +0000 (01:55 +0000)
committerBert Vermeulen <redacted>
Fri, 6 Dec 2013 02:00:12 +0000 (03:00 +0100)
configure.ac

index 1280582ed562696ce0314a05bf62db49c3e7b020..56a73a836be73557d017b8b2bdf61989b2eb3031 100644 (file)
@@ -340,21 +340,6 @@ PKG_CHECK_MODULES([check], [check >= 0.9.4],
        LIBS="$LIBS $check_LIBS"], [have_check="no"])
 AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
 
-# The Rigol DS driver currently uses the Linux kernel usbtmc module
-# (though it is planned to rewrite the driver to be portable later).
-# Thus, it will be disabled for non-Linux builds for now.
-case "$host" in
-*linux*)
-       # Do nothing. Whether the driver is enabled is determined by the
-       # previous --enable-all-drivers/--disable-all-drivers and/or any
-       # --enable-rigol-ds/--disable-rigol-ds options.
-       ;;
-*)
-       # Disable the driver for builds that don't target Linux.
-       HW_RIGOL_DS="no"
-       ;;
-esac
-
 AC_SUBST(SR_PKGLIBS)
 
 # Now set AM_CONDITIONALs and AC_DEFINEs for the enabled/disabled drivers.