mirror of https://github.com/wolfSSL/wolfssl.git
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).
parent
ab71f6fd4c
commit
b3a1ac80dc
|
@ -8716,7 +8716,7 @@ esac
|
||||||
|
|
||||||
rm cyassl/options.h.bak
|
rm cyassl/options.h.bak
|
||||||
|
|
||||||
if test "$ENABLED_OPENSSLEXTRA" = "yes"
|
if test "$ENABLED_OPENSSLEXTRA" = "yes" && test "$ENABLED_LINUXKM" = "no"
|
||||||
then
|
then
|
||||||
SAVE_CFLAGS=$CFLAGS
|
SAVE_CFLAGS=$CFLAGS
|
||||||
CFLAGS="$CFLAGS -I$srcdir"
|
CFLAGS="$CFLAGS -I$srcdir"
|
||||||
|
|
Loading…
Reference in New Issue