From de00bf259deb7d007d0fe41277f1ecec420b47cf Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 7 Jul 2025 15:00:14 -0500 Subject: [PATCH] Fix curl config to set HAVE_EX_DATA and HAVE_ALPN --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 0c115b593..a5c7413f7 100644 --- a/configure.ac +++ b/configure.ac @@ -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"