From 0df0dc39ef15788bf8fc97bb61cdea0ea4604de4 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 6 Nov 2009 09:58:09 +0000 Subject: [PATCH] Fix comment in autoconf/configure test output. --- libcfs/autoconf/lustre-libcfs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcfs/autoconf/lustre-libcfs.m4 b/libcfs/autoconf/lustre-libcfs.m4 index 2a199fa..42912f1 100644 --- a/libcfs/autoconf/lustre-libcfs.m4 +++ b/libcfs/autoconf/lustre-libcfs.m4 @@ -573,7 +573,7 @@ AC_DEFUN([LIBCFS_FUNC_DUMP_TRACE], [kernel/ksyms.c arch/${LINUX_ARCH%_64}/kernel/traps_64.c],[ tmp_flags="$EXTRA_KCFLAGS" EXTRA_KCFLAGS="-Werror" - AC_MSG_CHECKING([whether we can really use dump_stack]) + AC_MSG_CHECKING([whether we can really use dump_trace]) LB_LINUX_TRY_COMPILE([ struct task_struct; struct pt_regs; -- 1.8.3.1