Skip to content
Snippets Groups Projects
Commit 8d7877e3 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_8

Fix grammar.
parent 16f22693
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment