mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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"
|
if test "x$ENABLED_ALPN" = "xno"
|
||||||
then
|
then
|
||||||
ENABLED_ALPN="yes"
|
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
|
fi
|
||||||
|
|
||||||
if test "x$ENABLED_WOLFSSH" = "xno"
|
if test "x$ENABLED_WOLFSSH" = "xno"
|
||||||
|
Reference in New Issue
Block a user