From: Uwe Hermann Date: Thu, 26 Feb 2015 17:55:17 +0000 (+0100) Subject: configure.ac: Two more fixes for the baylibre-acme detection. X-Git-Tag: libsigrok-0.4.0~619 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=25609412233a67514fed29b9c87824ad5a00884f configure.ac: Two more fixes for the baylibre-acme detection. --- diff --git a/configure.ac b/configure.ac index 3ea43ae5..d3d45d65 100644 --- a/configure.ac +++ b/configure.ac @@ -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)