From 61faf47878fcc151b5b2a2f1bf008ba93b56b012 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 14 Jul 2005 16:19:32 +0000 Subject: [PATCH] from b_cray: add --with-lustre-hack and --with-sockets to configure line for libsysio --- lustre/autoconf/lustre-core.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 12900dc..b1ceb0e 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -467,6 +467,9 @@ AC_ARG_ENABLE([mpitests], [build liblustre mpi tests]), [],[enable_mpitests=no]) AC_MSG_RESULT([$enable_mpitests]) + +AC_MSG_NOTICE([Enabling Lustre configure options for libsysio]) +ac_configure_args="$ac_configure_args --with-lustre-hack --with-sockets" ]) # -- 1.8.3.1