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).

This commit is contained in:
Daniel Pouzzner
2023-03-04 12:12:08 -06:00
parent ab71f6fd4c
commit b3a1ac80dc

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"