mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Fix curl config to set HAVE_EX_DATA and HAVE_ALPN
This commit is contained in:
@@ -8090,6 +8090,13 @@ then
|
||||
if test "x$ENABLED_ALPN" = "xno"
|
||||
then
|
||||
ENABLED_ALPN="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_ALPN"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_EX_DATA" = "xno"
|
||||
then
|
||||
ENABLED_EX_DATA="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_EX_DATA"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_WOLFSSH" = "xno"
|
||||
|
Reference in New Issue
Block a user