]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux-test3.m4: The previous hack didn't work because forcing
authorSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 20:19:51 +0000 (20:19 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 20:19:51 +0000 (20:19 +0000)
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

index 0770f716e464113a1319c4e8fe121c16ecef587d..eb12f4e692b5d6532e4e7df6814854a12dfa8732 100644 (file)
@@ -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, [