From: Mikhail Pershin Date: Tue, 21 Sep 2010 14:15:20 +0000 (+0400) Subject: b=22529 Add AC_MSG_CHECKING X-Git-Tag: 2.0.53.0~50 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7277b379d0bed0a613238dcb8d0f0165c0e372c3 b=22529 Add AC_MSG_CHECKING o=Behlendorf i=brianm i=johann --- diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index b0f2a46..bb7aab7 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"