Skip to content

Commit

Permalink
configure.ac: add enable_dtls_mtu, enable_dtlscid, and enable_dtls_fr…
Browse files Browse the repository at this point in the history
…ag_ch to features disabled when $ENABLED_TLS" = "no".
  • Loading branch information
douzzer committed Jan 28, 2025
1 parent d78338f commit 2eb775d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,9 @@ then
test "$enable_tlsv10" = "" && enable_tlsv10=no
test "$enable_dtls" = "" && enable_dtls=no
test "$enable_dtls13" = "" && enable_dtls13=no
test "$enable_dtls_mtu" = "" && enable_dtls_mtu=no
test "$enable_dtlscid" = "" && enable_dtlscid=no
test "$enable_dtls_frag_ch" = "" && enable_dtls_frag_ch=no
test "$enable_mcast" = "" && enable_mcast=no
test "$enable_srtp" = "" && enable_srtp=no
test "$enable_ocsp" = "" && enable_ocsp=no
Expand Down

0 comments on commit 2eb775d

Please sign in to comment.