aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2016-04-18 23:57:30 +0100
committerJames Clarke <jrtc27@jrtc27.com>2016-04-18 23:57:30 +0100
commit2de52862a693327e9d18057b175e4a7753a492e3 (patch)
tree01b8016e355cdacbe9f02a98b9083880f16fb48d
parenta9508275ccdb875b57c6e7f6af746abb266663f8 (diff)
downloadandroid_external_htop-2de52862a693327e9d18057b175e4a7753a492e3.tar.gz
android_external_htop-2de52862a693327e9d18057b175e4a7753a492e3.tar.bz2
android_external_htop-2de52862a693327e9d18057b175e4a7753a492e3.zip
Use Linux backend on the Hurd
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d48d68..ccbfb52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_PROG_LIBTOOL
# Checks for platform.
# ----------------------------------------------------------------------
case "$target_os" in
-linux*)
+linux*|gnu*)
my_htop_platform=linux
;;
freebsd*|kfreebsd*)