From 8451fd259b759387284de723d0a61f2ecf008096 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 30 May 2004 20:19:51 +0000 Subject: [PATCH] linux-test3.m4: The previous hack didn't work because forcing modversions to yes breaks 2.6 handling of export table. Instead, force the test for what modules to build to only build one module. --- src/cf/linux-test3.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cf/linux-test3.m4 b/src/cf/linux-test3.m4 index 0770f716e..eb12f4e69 100644 --- a/src/cf/linux-test3.m4 +++ b/src/cf/linux-test3.m4 @@ -52,9 +52,8 @@ lose; ac_cv_linux_config_modversions=yes, ac_cv_linux_config_modversions=no)]) AC_MSG_RESULT($ac_cv_linux_config_modversions) - ac_cv_linux_config_modversions=yes AC_MSG_CHECKING(which kernel modules to build) - if test "x$ac_linux_rhconfig" = "xyes" -o "x$ac_cv_linux_config_modversions" = "xno"; then + if false; then MPS="MP SP" else AC_CACHE_VAL(ac_cv_linux_config_smp, [ -- 2.39.5