From bc1b46d21d7cabc0bc83fe624d7e705f46fe2a26 Mon Sep 17 00:00:00 2001 From: liuduo Date: Tue, 8 Mar 2005 03:43:35 +0000 Subject: [PATCH] uptodate with HEAD, resovle lots of conflictions --- lnet/autoconf/lustre-lnet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index b7581ad..22c5b06 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -6,7 +6,7 @@ AC_DEFUN([LP_CHECK_GCC_VERSION], [AC_MSG_CHECKING([compiler version]) PTL_CC_VERSION=`$CC --version | awk '/^gcc/{print $ 3}'` -PTL_MIN_CC_VERSION="3.2.3" +PTL_MIN_CC_VERSION="3.2.2" v2n() { awk -F. '{printf "%d\n", (($ 1)*100+($ 2))*100+($ 3)}' } -- 1.8.3.1