linux-compile-test-24-20070209

FIXES 53385

no linux/namei.h on 2.4
This commit is contained in:
Jeffrey Hutzelman 2007-02-09 18:26:57 +00:00 committed by Derrick Brashear
parent 2287f5f578
commit a1d9a92090

View File

@ -61,8 +61,7 @@ AC_DEFUN([LINUX_KERNEL_COMPILE_WORKS], [
AC_MSG_CHECKING([for linux kernel module build works])
AC_TRY_KBUILD(
[#include <linux/sched.h>
#include <linux/fs.h>
#include <linux/namei.h>],
#include <linux/fs.h>],
[],:,AC_MSG_RESULT(no)
AC_MSG_FAILURE([Fix problem or use --disable-kernel-module...]))
AC_MSG_RESULT(yes)])