From: liuduo Date: Tue, 8 Mar 2005 03:43:35 +0000 (+0000) Subject: uptodate with HEAD, resovle lots of conflictions X-Git-Tag: 1.3.4~78 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bc1b46d21d7cabc0bc83fe624d7e705f46fe2a26;p=fs%2Flustre-release.git uptodate with HEAD, resovle lots of conflictions --- 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)}' }