summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy M. Broome <thrirhrafnir@gmail.com>2018-04-16 09:54:00 -0400
committerHisham Muhammad <hisham@gobolinux.org>2018-05-22 23:17:30 -0300
commit505fa6b5172e90a4c1ef41b0fe92d289f2c90d04 (patch)
tree0705ee7916e09f83f55b3f7e8d96c0c11a36389c
parentf94c54eb5a7b04611d2ae28974a414006ad59a3d (diff)
Solaris: grammatical whoops in configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac8947c8..aab90889 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy