Whamcloud - gitweb
b=14071
authornathan <nathan>
Mon, 23 Jun 2008 18:11:23 +0000 (18:11 +0000)
committernathan <nathan>
Mon, 23 Jun 2008 18:11:23 +0000 (18:11 +0000)
i=adilger
enable AT by default in 1.8

lustre/autoconf/lustre-core.m4

index da845ec..3fdb9d9 100644 (file)
@@ -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])