Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
cdc91b0b
Commit
cdc91b0b
authored
May 04, 2016
by
Hisham Muhammad
Browse files
Merge pull request #472 from jrtc27/hurd
Use Linux backend on the Hurd
parents
1754a1cd
2de52862
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cdc91b0b
...
...
@@ -27,17 +27,17 @@ AC_PROG_LIBTOOL
# Checks for platform.
# ----------------------------------------------------------------------
case "$target" in
*
linux*)
case "$target
_os
" in
linux*
|gnu*
)
my_htop_platform=linux
;;
*
freebsd*)
freebsd*|k
freebsd*)
my_htop_platform=freebsd
;;
*
openbsd*)
openbsd*)
my_htop_platform=openbsd
;;
*
darwin*)
darwin*)
my_htop_platform=darwin
;;
*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment