Skip to content
Snippets Groups Projects
Commit 0e0c5e37 authored by scjody's avatar scjody
Browse files

Branch b1_6

Add --disable-modules to fix LTS build failure.

b=12068
parent d6b27e27
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,20 @@ AC_PROG_CC
LB_CANONICAL_SYSTEM
LB_INCLUDE_RULES
LB_PROG_CC
LB_PROG_LINUX
AC_MSG_CHECKING([whether to build kernel modules])
AC_ARG_ENABLE([modules],
AC_HELP_STRING([--disable-modules],
[disable building of Lustre kernel modules]),
[],[
enable_modules='yes'
])
AC_MSG_RESULT([$enable_modules])
if test x$enable_modules = xyes ; then
LB_PROG_LINUX
fi
LB_CONFIG_HEADERS
# These allow Lustre Makefiles and autoMakefiles to be used unchanged.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment