]> sigrok.org Git - libsigrok.git/commitdiff
configure.ac: Fix baylibre-acme OS check.
authorVladislav Ivanov <redacted>
Thu, 26 Feb 2015 07:32:59 +0000 (08:32 +0100)
committerUwe Hermann <redacted>
Thu, 26 Feb 2015 10:14:55 +0000 (11:14 +0100)
configure.ac

index b86a59ceb5665d40fb12e4678693af311d0432ad..3ea43ae51dd8dca5a8f196d7b4c53259c6589b29 100644 (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"])
 
 # The ACME driver can only be built for Linux.
-case "$target_os" in
+case "$host" in
        linux*) ;;
        *) HW_ACME="no" ;;
 esac