From a9508275ccdb875b57c6e7f6af746abb266663f8 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Mon, 18 Apr 2016 23:55:55 +0100 Subject: Use $target_os instead of $target in configure.ac --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index fa323598..8d48d680 100644 --- a/configure.ac +++ b/configure.ac @@ -26,17 +26,17 @@ AC_PROG_LIBTOOL # Checks for platform. # ---------------------------------------------------------------------- -case "$target" in -*linux*) +case "$target_os" in +linux*) my_htop_platform=linux ;; -*freebsd*) +freebsd*|kfreebsd*) my_htop_platform=freebsd ;; -*openbsd*) +openbsd*) my_htop_platform=openbsd ;; -*darwin*) +darwin*) my_htop_platform=darwin ;; *) -- cgit v1.2.3