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
a9508275
Commit
a9508275
authored
Apr 18, 2016
by
James Clarke
Browse files
Use $target_os instead of $target in configure.ac
parent
306c5443
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a9508275
...
...
@@ -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*|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