From: Sam Hartman Date: Sun, 30 May 2004 19:24:21 +0000 (+0000) Subject: linux-test3.m4: Always pretend we are using modversions so we only build X-Git-Tag: debian/1.3.64-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c7d2c16a604b4133f7dfd2f4b569edc272fb9bd0;p=packages%2Fo%2Fopenafs.git linux-test3.m4: Always pretend we are using modversions so we only build the kernel module that corresponds to our sp/mp configuration. Building both for Debian is wrong. This is a hack. === below are targets to be committed === M /home/hartmans/debian/openafs/openafs/src/cf/linux-test3.m4 --- diff --git a/src/cf/linux-test3.m4 b/src/cf/linux-test3.m4 index 53abcfab1..0770f716e 100644 --- a/src/cf/linux-test3.m4 +++ b/src/cf/linux-test3.m4 @@ -52,6 +52,7 @@ 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 MPS="MP SP"