Merge pull request #472 from jrtc27/hurd

Use Linux backend on the Hurd
This commit is contained in:
Hisham Muhammad 2016-05-04 15:42:16 -03:00
commit cdc91b0b33
1 changed files with 5 additions and 5 deletions

View File

@ -27,17 +27,17 @@ AC_PROG_LIBTOOL
# Checks for platform. # Checks for platform.
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
case "$target" in case "$target_os" in
*linux*) linux*|gnu*)
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
;; ;;
*) *)