From 25609412233a67514fed29b9c87824ad5a00884f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 26 Feb 2015 18:55:17 +0100 Subject: [PATCH] configure.ac: Two more fixes for the baylibre-acme detection. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)