configure.ac: Two more fixes for the baylibre-acme detection.
This commit is contained in:
parent
d9c3331d12
commit
2560941223
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue