]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux24-hlist-unhashed-configure-test-fix-20080602
authorDerrick Brashear <shadow@dementia.org>
Tue, 3 Jun 2008 03:53:54 +0000 (03:53 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 3 Jun 2008 03:53:54 +0000 (03:53 +0000)
LICENSE IPL10

make the hlist_unhashed test actually work

acinclude.m4

index e5acb8414871bd2df08f436ec75c7662845445a3..1fbd7759b86e3970e8a9d0e8435f62bda39f9dde 100644 (file)
@@ -828,7 +828,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