]> sigrok.org Git - libsigrok.git/commitdiff
configure.ac: Two more fixes for the baylibre-acme detection.
authorUwe Hermann <redacted>
Thu, 26 Feb 2015 17:55:17 +0000 (18:55 +0100)
committerUwe Hermann <redacted>
Thu, 26 Feb 2015 17:55:17 +0000 (18:55 +0100)
configure.ac

index 3ea43ae51dd8dca5a8f196d7b4c53259c6589b29..d3d45d656428037e23d973236183565e37ffcf03 100644 (file)
@@ -433,8 +433,8 @@ AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])
 
 # The ACME driver can only be built for Linux.
 case "$host" in
-       linux*) ;;
-       *) HW_ACME="no" ;;
+       *linux*) ;;
+       *) HW_BAYLIBRE_ACME="no" ;;
 esac
 
 AC_SUBST(SR_PKGLIBS)