configure.ac: Fix baylibre-acme OS check.

This commit is contained in:
Vladislav Ivanov 2015-02-26 08:32:59 +01:00 committed by Uwe Hermann
parent 380ee96fdf
commit f80b3fe234
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"]) 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 "$target_os" in case "$host" in
linux*) ;; linux*) ;;
*) HW_ACME="no" ;; *) HW_ACME="no" ;;
esac esac