aboutsummaryrefslogtreecommitdiff
path: root/config/iperf_config_static_bin.m4
AgeCommit message (Collapse)Author
2020-06-10fix: Make installing of shared libraries work again. (#1014)Bruce A. Mah
Addresses a regression in #989. Fixes #1013.
2020-05-28Allow disabling auto-detect of SCTP (#1008)Bruce A. Mah
* feat: Add a mechanism to disable checks for SCTP (--without-sctp). The use case for this is building a static iperf3 binary on CentOS 7, on a system with SCTP installed (but it has no static SCTP libraries). In that case we need to disable SCTP detection to prevent a linking error at runtime. While here, s/iperf /iperf3 / in a couple of help strings.
2020-05-04Add configure option to enable static linking of iperf binary. (#989)Ezra