Whamcloud - gitweb
uptodate with HEAD, resovle lots of conflictions
authorliuduo <liuduo>
Tue, 8 Mar 2005 03:43:35 +0000 (03:43 +0000)
committerliuduo <liuduo>
Tue, 8 Mar 2005 03:43:35 +0000 (03:43 +0000)
lnet/autoconf/lustre-lnet.m4

index b7581ad..22c5b06 100644 (file)
@@ -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)}'
 }