Skip to content

Commit de00bf2

Browse files
committed
Fix curl config to set HAVE_EX_DATA and HAVE_ALPN
1 parent a40b56c commit de00bf2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

configure.ac

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8090,6 +8090,13 @@ then
80908090
if test "x$ENABLED_ALPN" = "xno"
80918091
then
80928092
ENABLED_ALPN="yes"
8093+
AM_CFLAGS="$AM_CFLAGS -DHAVE_ALPN"
8094+
fi
8095+
8096+
if test "x$ENABLED_EX_DATA" = "xno"
8097+
then
8098+
ENABLED_EX_DATA="yes"
8099+
AM_CFLAGS="$AM_CFLAGS -DHAVE_EX_DATA"
80938100
fi
80948101
80958102
if test "x$ENABLED_WOLFSSH" = "xno"

0 commit comments

Comments
 (0)