From: Jeffrey Hutzelman Date: Fri, 9 Feb 2007 18:27:54 +0000 (+0000) Subject: DEVEL15-linux-compile-test-24-20070209 X-Git-Tag: openafs-devel-1_5_15~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1556865f4f1e808f7cf4a75260f67d8f28f7af88;p=packages%2Fo%2Fopenafs.git DEVEL15-linux-compile-test-24-20070209 FIXES 53385 no linux/namei.h on 2.4 (cherry picked from commit a1d9a9209094864f784ecc90d41201480ffd66da) --- 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)])