X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fautoconf%2Flustre-core.m4;h=500e350fc32f434c15bf6f7c4607b60886b8f7a1;hb=1269923f82b305dbfe1c90bb92914f2093b73a86;hp=a87ccca24b7ae179af147c9374f0bd921b6b910d;hpb=dd918fb51ed8ba180f888a242df20e5a4af29af2;p=fs%2Flustre-release.git diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index a87ccca..500e350 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -1746,22 +1746,6 @@ AS_IF([test "x$enable_quota" != xno -a "x$enable_utils" != xno], [ ]) # LC_QUOTA # -# LC_CONFIG_SPLIT -# -# whether to enable split support -# -AC_DEFUN([LC_CONFIG_SPLIT], [ -AC_MSG_CHECKING([whether to enable split support]) -AC_ARG_ENABLE([split], - AC_HELP_STRING([--enable-split], - [enable split support]), - [], [enable_split='no']) -AC_MSG_RESULT([$enable_split]) -AS_IF([test "x$enable_split" != xno], - [AC_DEFINE(HAVE_SPLIT_SUPPORT, 1, [enable split support])]) -]) # LC_CONFIG_SPLIT - -# # LC_CONFIG_NODEMAP_PROC_DEBUG # # enable nodemap proc file debugging @@ -1874,13 +1858,13 @@ AC_CHECK_HEADERS([ext2fs/ext2fs.h]) SELINUX="" AC_CHECK_LIB([selinux], [is_selinux_enabled], - [AC_CHECK_HEADERS([selinux.h], + [AC_CHECK_HEADERS([selinux/selinux.h], [SELINUX="-lselinux" AC_DEFINE([HAVE_SELINUX], 1, [support for selinux ])], [AC_MSG_WARN([ -No selinux-devel package found, unable to build selinux enabled tools +No libselinux-devel package found, unable to build selinux enabled tools ]) ])], [AC_MSG_WARN([ @@ -1976,9 +1960,9 @@ lustre/contrib/Makefile lustre/doc/Makefile lustre/include/Makefile lustre/include/lustre_ver.h -lustre/include/linux/Makefile lustre/include/lustre/Makefile lustre/kernel_patches/targets/3.10-rhel7.target +lustre/kernel_patches/targets/2.6-rhel6.6.target lustre/kernel_patches/targets/2.6-rhel6.target lustre/kernel_patches/targets/2.6-rhel5.target lustre/kernel_patches/targets/2.6-sles11.target