mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
configure.ac: tidying linuxkm reqs/exclusions tests at end.
This commit is contained in:
11
configure.ac
11
configure.ac
@ -5352,9 +5352,6 @@ if test "x$ENABLED_LINUXKM" = "xyes"; then
|
||||
AC_SUBST([CFLAGS_AUTO_VECTORIZE_DISABLE])
|
||||
AC_SUBST([CFLAGS_AUTO_VECTORIZE_ENABLE])
|
||||
|
||||
if test "$ENABLED_DISTRO" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-distro is incompatible with --enable-linuxkm.])
|
||||
fi
|
||||
if test "$ENABLED_AFALG" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-afalg is incompatible with --enable-linuxkm.])
|
||||
fi
|
||||
@ -5377,7 +5374,7 @@ if test "x$ENABLED_LINUXKM" = "xyes"; then
|
||||
AC_MSG_ERROR([--enable-valgrind is incompatible with --enable-linuxkm.])
|
||||
fi
|
||||
if test "$ENABLED_FASTMATH" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-fastmath is incompatible with --enable-linuxkm (conflicts with stack size limits).])
|
||||
AC_MSG_ERROR([--enable-fastmath is incompatible with --enable-linuxkm (exceeds stack limit).])
|
||||
fi
|
||||
if test "$ENABLED_IOPOOL" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-iopool is incompatible with --enable-linuxkm.])
|
||||
@ -5395,12 +5392,6 @@ if test "x$ENABLED_LINUXKM" = "xyes"; then
|
||||
if test "$ENABLED_SMALL_STACK_CACHE" != "yes"; then
|
||||
AC_MSG_ERROR([--enable-smallstackcache is required for --enable-linuxkm.])
|
||||
fi
|
||||
if test "$ENABLED_AFALG" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-afalg is incompatible with --enable-linuxkm.])
|
||||
fi
|
||||
if test "$ENABLED_DEVCRYPTO" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-devcrypto is incompatible with --enable-linuxkm.])
|
||||
fi
|
||||
if test "$ENABLED_STACKSIZE" = "yes"; then
|
||||
AC_MSG_ERROR([--enable-stacksize is incompatible with --enable-linuxkm.])
|
||||
fi
|
||||
|
Reference in New Issue
Block a user