X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fconfigure.in;h=c60f8686f9efa2ec8106f7a0dfdddc36905844bb;hp=48e55f7dcd2281c33c11241b34caf3433581184b;hb=d490cf0311f1f68c4e52a7ba4741146cc0068f4d;hpb=4c7e63a3fe0e2889a4b3b41631402c5c8f7cb882 diff --git a/lustre/configure.in b/lustre/configure.in index 48e55f7..c60f868 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -28,8 +28,8 @@ AM_CONDITIONAL(DOC, test x$ENABLE_DOC = x1) AC_SUBST(ENABLE_DOC) # the pinger is temporary, until we have the recovery node in place -AC_ARG_ENABLE(pinger, [ --enable-pinger recovery pinger support]) -if test x$enable_pinger = xyes ; then +AC_ARG_ENABLE(pinger, [ --disable-pinger disable recovery pinger support]) +if test x$enable_pinger != xno ; then AC_DEFINE(ENABLE_PINGER, 1, Use the Pinger) fi