configure.ac: --enable-compkey gates in the recursive do_mp_jacobi(). mutex with --enable-linuxkm.

This commit is contained in:
Daniel Pouzzner
2020-09-02 23:59:03 -05:00
parent dc4b15a265
commit 8331079c36

View File

@ -5404,6 +5404,9 @@ if test "x$ENABLED_LINUXKM" = "xyes"; then
if test "$ENABLED_STACKLOG" = "yes"; then
AC_MSG_ERROR([--enable-stacklog is incompatible with --enable-linuxkm.])
fi
if test "$ENABLED_COMPKEY" = "yes"; then
AC_MSG_ERROR([--enable-compkey is incompatible with --enable-linuxkm.])
fi
fi
# The following AM_CONDITIONAL statements set flags for use in the Makefiles.