From 21e66dd8948f8a865a4c914ebd6ba296c6a85fd1 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 23 Jun 2008 18:11:23 +0000 Subject: [PATCH] b=14071 i=adilger enable AT by default in 1.8 --- lustre/autoconf/lustre-core.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index da845ec..3fdb9d9 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -1449,9 +1449,9 @@ fi AC_DEFUN([LC_CONFIG_ADAPTIVE_TIMEOUTS], [AC_MSG_CHECKING([whether to enable ptlrpc adaptive timeouts support]) AC_ARG_ENABLE([adaptive_timeouts], - AC_HELP_STRING([--enable-adaptive-timeouts], - [enable ptlrpc adaptive timeouts support]), - [],[enable_adaptive_timeouts='no']) + AC_HELP_STRING([--disable-adaptive-timeouts], + [disable ptlrpc adaptive timeouts support]), + [],[enable_adaptive_timeouts='yes']) AC_MSG_RESULT([$enable_adaptive_timeouts]) if test x$enable_adaptive_timeouts == xyes; then AC_DEFINE(HAVE_AT_SUPPORT, 1, [Enable adaptive timeouts support]) -- 1.8.3.1