From 505fa6b5172e90a4c1ef41b0fe92d289f2c90d04 Mon Sep 17 00:00:00 2001 From: "Guy M. Broome" Date: Mon, 16 Apr 2018 09:54:00 -0400 Subject: Solaris: grammatical whoops in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3