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.
|
# 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)
|
||||||
|
|
Loading…
Reference in New Issue