]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
Add udev rule for Rigol 1000Z series
[libsigrok.git] / configure.ac
index b86a59ceb5665d40fb12e4678693af311d0432ad..d3d45d656428037e23d973236183565e37ffcf03 100644 (file)
@@ -432,9 +432,9 @@ AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
 AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])
 
 # The ACME driver can only be built for Linux.
-case "$target_os" in
-       linux*) ;;
-       *) HW_ACME="no" ;;
+case "$host" in
+       *linux*) ;;
+       *) HW_BAYLIBRE_ACME="no" ;;
 esac
 
 AC_SUBST(SR_PKGLIBS)