From f6d6d541a283b35193f798fc2952d1ccd0a32692 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Fri, 6 May 2016 18:53:07 -0700 Subject: [PATCH] LU-8116 build: Shrink multi-line pclmulqdq warnings The multi-line pclmulqdq warning in the configure script are excessive. Reduce them to a single line each. Change-Id: Ifb92d257e41099204bda1392fa6fcfd044f4a5c1 Signed-off-by: Christopher J. Morrone Reviewed-on: http://review.whamcloud.com/20054 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger Reviewed-by: Bob Glossman Reviewed-by: Alexander Boyko --- libcfs/autoconf/lustre-libcfs.m4 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libcfs/autoconf/lustre-libcfs.m4 b/libcfs/autoconf/lustre-libcfs.m4 index c787203..636d0ed 100644 --- a/libcfs/autoconf/lustre-libcfs.m4 +++ b/libcfs/autoconf/lustre-libcfs.m4 @@ -247,10 +247,7 @@ LB_CHECK_CONFIG_IM([CRYPTO_CRC32_PCLMUL], [enable_crc32_crypto="no"], [enable_crc32_crypto="yes"]) AS_IF([test "x$have_crc32" = xyes -a "x$enable_crc32_crypto" = xyes], [ AC_DEFINE(NEED_CRC32_ACCEL, 1, [need pclmulqdq based crc32]) - AC_MSG_WARN([ - -No crc32 pclmulqdq crypto api found, enable internal pclmulqdq based crc32 -])]) + AC_MSG_WARN([No crc32 pclmulqdq crypto api found, enable internal pclmulqdq based crc32])]) ]) # LIBCFS_ENABLE_CRC32_ACCEL # @@ -261,10 +258,7 @@ LB_CHECK_CONFIG_IM([CRYPTO_CRC32C_INTEL], [enable_crc32c_crypto="no"], [enable_crc32c_crypto="yes"]) AS_IF([test "x$enable_crc32c_crypto" = xyes], [ AC_DEFINE(NEED_CRC32C_ACCEL, 1, [need pclmulqdq based crc32c]) - AC_MSG_WARN([ - -No crc32c pclmulqdq crypto api found, enable internal pclmulqdq based crc32c -])]) + AC_MSG_WARN([No crc32c pclmulqdq crypto api found, enable internal pclmulqdq based crc32c])]) ]) # LIBCFS_ENABLE_CRC32C_ACCEL # -- 1.8.3.1