autoconf: update curses.m4
[openafs.git] / src / cf / linux-kernel-packaging.m4
1 AC_DEFUN([OPENAFS_LINUX_KERNEL_PACKAGING_CHECKS],[
2 dnl Packaging and SMP build
3 if test "x$with_linux_kernel_packaging" != "xyes" ; then
4     LINUX_WHICH_MODULES
5 else
6     AC_SUBST(MPS,'SP')
7 fi
8 ])