configure.ac: don't check for opensslextra circular header dependencies if ENABLED_LINUXKM (handcrafted linuxkm/Makefile and linuxkm/Kbuild set up paths to correctly find dependencies like linux/mutex.h).

pull/6161/head
Daniel Pouzzner 2023-03-04 12:12:08 -06:00
parent ab71f6fd4c
commit b3a1ac80dc
1 changed files with 1 additions and 1 deletions

View File

@ -8716,7 +8716,7 @@ esac
rm cyassl/options.h.bak
if test "$ENABLED_OPENSSLEXTRA" = "yes"
if test "$ENABLED_OPENSSLEXTRA" = "yes" && test "$ENABLED_LINUXKM" = "no"
then
SAVE_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -I$srcdir"