From a1d9a9209094864f784ecc90d41201480ffd66da Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Fri, 9 Feb 2007 18:26:57 +0000 Subject: [PATCH] linux-compile-test-24-20070209 FIXES 53385 no linux/namei.h on 2.4 --- src/cf/linux-test1.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cf/linux-test1.m4 b/src/cf/linux-test1.m4 index b55e9e7dc..758e00275 100644 --- a/src/cf/linux-test1.m4 +++ b/src/cf/linux-test1.m4 @@ -61,8 +61,7 @@ AC_DEFUN([LINUX_KERNEL_COMPILE_WORKS], [ AC_MSG_CHECKING([for linux kernel module build works]) AC_TRY_KBUILD( [#include -#include -#include ], +#include ], [],:,AC_MSG_RESULT(no) AC_MSG_FAILURE([Fix problem or use --disable-kernel-module...])) AC_MSG_RESULT(yes)]) -- 2.39.5