From: Derrick Brashear Date: Wed, 27 Nov 2002 00:00:07 +0000 (+0000) Subject: disable-new-afs-thread-model-in-old-kernels-20021126 X-Git-Tag: openafs-devel-1_3_50~489 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2ab5a578cf5ff61ef470fade98684e4f4cf6a9df;p=packages%2Fo%2Fopenafs.git disable-new-afs-thread-model-in-old-kernels-20021126 don't use new kernel thread model for 2.4.7-10 --- diff --git a/src/cf/linux-test4.m4 b/src/cf/linux-test4.m4 index ca39852f4..5b564ed2a 100644 --- a/src/cf/linux-test4.m4 +++ b/src/cf/linux-test4.m4 @@ -85,8 +85,13 @@ CPPFLAGS="-I${LINUX_KERNEL_PATH}/include -D__KERNEL__ $CPPFLAGS" AC_CACHE_VAL(ac_cv_linux_completion_h_exists, [ AC_TRY_COMPILE( -[#include ], -[struct completion _c;], +[#include +#include