configure.ac: Two more fixes for the baylibre-acme detection.

This commit is contained in:
Uwe Hermann 2015-02-26 18:55:17 +01:00
parent d9c3331d12
commit 2560941223
1 changed files with 2 additions and 2 deletions

View 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. # The ACME driver can only be built for Linux.
case "$host" in case "$host" in
linux*) ;; *linux*) ;;
*) HW_ACME="no" ;; *) HW_BAYLIBRE_ACME="no" ;;
esac esac
AC_SUBST(SR_PKGLIBS) AC_SUBST(SR_PKGLIBS)