From: Derrick Brashear Date: Tue, 3 Jun 2008 03:54:22 +0000 (+0000) Subject: DEVEL153X-linux24-hlist-unhashed-configure-test-fix-20080602 X-Git-Tag: openafs-devel-1_5_39~27 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9c4fe8a57bfcdd3c8b7d951f99e4885bdb5b0c04;p=packages%2Fo%2Fopenafs.git DEVEL153X-linux24-hlist-unhashed-configure-test-fix-20080602 LICENSE IPL10 make the hlist_unhashed test actually work (cherry picked from commit 79b7b4eaded831a33d85f580e9e4155528fbd35f) --- diff --git a/acinclude.m4 b/acinclude.m4 index 9cedb1c28..315da8a45 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -843,7 +843,7 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) if test "x$ac_cv_linux_kernel_page_follow_link" = "xyes" ; then AC_DEFINE(HAVE_KERNEL_PAGE_FOLLOW_LINK, 1, [define if your linux kernel provides page_follow_link]) fi - if test "x$ac_cv_linux_kernel_page_follow_link" = "xyes" ; then + if test "x$ac_cv_linux_kernel_hlist_unhashed" = "xyes" ; then AC_DEFINE(HAVE_KERNEL_HLIST_UNHASHED, 1, [define if your linux kernel provides hlist_unhashed]) fi if test "x$ac_linux_syscall" = "xyes" ; then