mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Use $target_os instead of $target in configure.ac
This commit is contained in:
10
configure.ac
10
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
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user