Fix curl config to set HAVE_EX_DATA and HAVE_ALPN

This commit is contained in:
Eric Blankenhorn
2025-07-07 15:00:14 -05:00
parent a40b56ccb5
commit de00bf259d

View File

@@ -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"