From: Dominique Martinet Date: Thu, 13 Feb 2020 20:33:08 +0000 (+0100) Subject: LU-5710 build: fix typo suggesting openssl-devel requirement X-Git-Tag: 2.13.55~110 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a7d68d9f32abb85d3e01d184292ba6f10c774704;p=fs%2Flustre-release.git 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 --- 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])