From a7d68d9f32abb85d3e01d184292ba6f10c774704 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 13 Feb 2020 21:33:08 +0100 Subject: [PATCH] LU-5710 build: fix typo suggesting openssl-devel requirement Building without openssl-devel always prints a message suggesting to install openssk-devel, which doesn't even exist. Fix typo. Test-Parameters: trivial Signed-off-by: Dominique Martinet Change-Id: Id99b9d4dff7ed95aba30e4929a984878a7d13f0a Reviewed-on: https://review.whamcloud.com/37564 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sebastien Buisson Reviewed-by: Andreas Dilger --- lustre/autoconf/lustre-core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 4c8bef4..af03b84 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -387,7 +387,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([ enable_getsepol="no" AC_MSG_WARN([ -No openssk-devel headers found, unable to build l_getsepol and SELinux status checking +No openssl-devel headers found, unable to build l_getsepol and SELinux status checking ]) ]) AC_MSG_RESULT([$enable_getsepol]) -- 1.8.3.1