mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
linux-compile-test-24-20070209
FIXES 53385 no linux/namei.h on 2.4
This commit is contained in:
parent
2287f5f578
commit
a1d9a92090
@ -61,8 +61,7 @@ AC_DEFUN([LINUX_KERNEL_COMPILE_WORKS], [
|
|||||||
AC_MSG_CHECKING([for linux kernel module build works])
|
AC_MSG_CHECKING([for linux kernel module build works])
|
||||||
AC_TRY_KBUILD(
|
AC_TRY_KBUILD(
|
||||||
[#include <linux/sched.h>
|
[#include <linux/sched.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>],
|
||||||
#include <linux/namei.h>],
|
|
||||||
[],:,AC_MSG_RESULT(no)
|
[],:,AC_MSG_RESULT(no)
|
||||||
AC_MSG_FAILURE([Fix problem or use --disable-kernel-module...]))
|
AC_MSG_FAILURE([Fix problem or use --disable-kernel-module...]))
|
||||||
AC_MSG_RESULT(yes)])
|
AC_MSG_RESULT(yes)])
|
||||||
|
Loading…
Reference in New Issue
Block a user