From: Sam Hartman Date: Sun, 30 May 2004 20:19:51 +0000 (+0000) Subject: linux-test3.m4: The previous hack didn't work because forcing X-Git-Tag: debian/1.3.64-1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8451fd259b759387284de723d0a61f2ecf008096;p=packages%2Fo%2Fopenafs.git 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. --- 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, [