From 3a16b39eed3b4d0371cd6e690e9aca45a2c16122 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 7 May 2010 11:39:23 -0400 Subject: [PATCH] b=22529 Minor AC_MSG_CHECKING addition to LB_DEFINE_E2FSPROGS_NAMES Add the missing AC_MSG_CHECKING(). i=brian i=johann --- build/autoconf/lustre-build.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index b85f5d5..3c3b822 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -331,6 +331,7 @@ AC_DEFUN([LB_DEFINE_E2FSPROGS_NAMES], [use alternate names for ldiskfs-enabled e2fsprogs]), [],[withval='no']) +AC_MSG_CHECKING([whether to use alternate names for e2fsprogs]) if test x$withval = xyes ; then AC_DEFINE(HAVE_LDISKFSPROGS, 1, [enable use of ldiskfsprogs package]) E2FSPROGS="ldiskfsprogs" -- 1.8.3.1