From 8331079c36d38e64a39224f958b680c8f3d9f60e Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Wed, 2 Sep 2020 23:59:03 -0500 Subject: [PATCH] configure.ac: --enable-compkey gates in the recursive do_mp_jacobi(). mutex with --enable-linuxkm. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index d2255a06c..eb1b6360a 100644 --- a/configure.ac +++ b/configure.ac @@ -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.