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.