Use Linux backend on the Hurd

This commit is contained in:
James Clarke 2016-04-18 23:57:30 +01:00
parent a9508275cc
commit 2de52862a6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ AC_PROG_LIBTOOL
# Checks for platform.
# ----------------------------------------------------------------------
case "$target_os" in
linux*)
linux*|gnu*)
my_htop_platform=linux
;;
freebsd*|kfreebsd*)