Whamcloud - gitweb
LU-1199 build: Remove obsolete check for 2.4 kernels
[fs/lustre-release.git] / ldiskfs / configure.ac
index 9176673..5f3a1ec 100644 (file)
@@ -56,10 +56,8 @@ AC_MSG_RESULT([$enable_modules])
 
 if test x$enable_modules = xyes ; then
        LB_PROG_LINUX
-if test x$linux25 = xyes ; then
        LB_LINUX_MODPOST
 fi
-fi
 
 LB_LDISKFS_SERIES([test x$enable_dist = xno])
 
@@ -82,7 +80,6 @@ LB_CONFIG_HEADERS
 AM_CONDITIONAL(MODULES, true)
 AM_CONDITIONAL(LINUX, true)
 AM_CONDITIONAL(DARWIN, true)
-AM_CONDITIONAL(LINUX25, true)
 
 LDISKFSDIR="$PWD/ldiskfs"
 AC_SUBST(LDISKFSDIR)