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
505fa6b5
Commit
505fa6b5
authored
Apr 16, 2018
by
Guy M. Broome
Committed by
Hisham Muhammad
May 22, 2018
Browse files
Solaris: grammatical whoops in configure.ac
parent
f94c54eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
505fa6b5
...
...
@@ -247,7 +247,7 @@ if test "$my_htop_platform" = "solaris"; then
AC_CHECK_LIB([malloc], [free], [], [missing_libraries="$missing_libraries libmalloc"])
AC_CHECK_HEADERS([err.h],[:],[
missing_headers="$missing_headers err.h"
AC_MSG_ERROR([You appear to be on Solaris 10, or very early Solaris Express, which
is
currently unsupported.])
AC_MSG_ERROR([You appear to be on Solaris 10, or very early Solaris Express, which
are
currently unsupported.])
])
fi
...
...
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