From 6114ed092b8ae557d9b49a13851d60c61725f189 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 3 Jun 2008 03:54:34 +0000 Subject: [PATCH] STABLE14-linux24-hlist-unhashed-configure-test-fix-20080602 LICENSE IPL10 make the hlist_unhashed test actually work (cherry picked from commit 79b7b4eaded831a33d85f580e9e4155528fbd35f) --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 0215db049..dda5403be 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -816,7 +816,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 -- 2.39.5