From 603e5e2841f1bd53cd69b1182564df0e8ce5e47b Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 10 Mar 2004 01:02:13 +0000 Subject: [PATCH] Fix desctription of configure option. --- lustre/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/configure.in b/lustre/configure.in index 33bb6a9..4638e92 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -46,7 +46,7 @@ fi AC_SUBST(SYSIO) #build mpi-tests -AC_ARG_ENABLE(mpitests, [ --enable-mpitests disable build liblustre mpi tests]) +AC_ARG_ENABLE(mpitests, [ --enable-mpitests build liblustre mpi tests]) AM_CONDITIONAL(MPITESTS, test x$enable_mpitests = xyes, Build MPI Tests) # snap compilation -- 1.8.3.1