We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40b56c commit de00bf2Copy full SHA for de00bf2
1 file changed
configure.ac
@@ -8090,6 +8090,13 @@ then
8090
if test "x$ENABLED_ALPN" = "xno"
8091
then
8092
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"
8100
fi
8101
8102
if test "x$ENABLED_WOLFSSH" = "xno"
0 commit comments