X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Farchdep.m4;fp=lustre%2Farchdep.m4;h=e23e75c2ae2d562a35539430b3701999df87781a;hb=15584e54980e223726fd2b45e15842ec38b8f574;hp=0ae4905646fa6c241f31a66ec26054529ad84d86;hpb=63741e8fee863a22c7d07a2a2631cefc32d6d7fe;p=fs%2Flustre-release.git diff --git a/lustre/archdep.m4 b/lustre/archdep.m4 index 0ae4905..e23e75c 100644 --- a/lustre/archdep.m4 +++ b/lustre/archdep.m4 @@ -1,19 +1,3 @@ -AC_MSG_CHECKING(if you are running linux 2.5...) -if test -e $LINUX/include/linux/namei.h ; then - linux25=yes - DIRS24="mds" - FSMOD="mds_ext3" - AC_MSG_RESULT(yes) -else - linux25=no - DIRS24="mds extN" - FSMOD="mds_extN" - AC_MSG_RESULT(no) -fi -AC_SUBST(DIRS24) -AC_SUBST(FSMOD) -## AM_CONDITIONAL(LINUX25, test x$linux25 = xyes) - AC_MSG_CHECKING(if you are running user mode linux for $host_alias..) if test -e $LINUX/include/asm-um ; then if test X`ls -id $LINUX/include/asm | awk '{print $1}'` = X`ls -id $LINUX/include/asm-um | awk '{print $1}'` ; then