From ee8478e103dfba1fb45209997ce22303729d2268 Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Sun, 27 Nov 2016 16:00:36 +0100 Subject: [PATCH] Minor grammar error - singular / plural --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a597e1527..bb20bb9b4f 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,7 @@ AS_IF([test "x$have_crypto" = "xno"], AC_MSG_WARN([ ******************************************************************************* Could not find OpenSSL library. The "hash" module and some features in "pe" - module has been disabled. If you want to enable all features please install + module have been disabled. If you want to enable all features please install it and run this script again. ******************************************************************************* ])