Commit a9508275 authored by James Clarke's avatar James Clarke
Browse files

Use $target_os instead of $target in configure.ac

parent 306c5443
...@@ -26,17 +26,17 @@ AC_PROG_LIBTOOL ...@@ -26,17 +26,17 @@ AC_PROG_LIBTOOL
# Checks for platform. # Checks for platform.
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
case "$target" in case "$target_os" in
*linux*) linux*)
my_htop_platform=linux my_htop_platform=linux
;; ;;
*freebsd*) freebsd*|kfreebsd*)
my_htop_platform=freebsd my_htop_platform=freebsd
;; ;;
*openbsd*) openbsd*)
my_htop_platform=openbsd my_htop_platform=openbsd
;; ;;
*darwin*) darwin*)
my_htop_platform=darwin my_htop_platform=darwin
;; ;;
*) *)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment