From 8d7877e371a2b0156fbe3b3f71ca049d828e6f83 Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 8 Mar 2009 09:32:20 +0000 Subject: [PATCH] Branch b1_8 Fix grammar. --- build/autoconf/lustre-build-linux.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index e0eafbd..9f474ce 100644 --- a/build/autoconf/lustre-build-linux.m4 +++ b/build/autoconf/lustre-build-linux.m4 @@ -516,7 +516,7 @@ AC_DEFUN([LB_LINUX_CONDITIONALS], # 2.6 based kernels - put modversion info into $LINUX/Module.modvers # or check AC_DEFUN([LB_CHECK_SYMBOL_EXPORT], -[AC_MSG_CHECKING([if Linux was built with symbol $1 is exported]) +[AC_MSG_CHECKING([if Linux was built with symbol $1 exported]) grep -q -E '[[[:space:]]]$1[[[:space:]]]' $LINUX/$SYMVERFILE 2>/dev/null rc=$? if test $rc -ne 0; then -- 1.8.3.1