concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.34k stars 312 forks source link

configure: fix the sense of STATIC_LIB in config summary #220

Closed pkelsey closed 5 months ago

pkelsey commented 5 months ago

Counterintuitively, the STATIC_LIB in the config summary would show a status of '0' when enabled, and '1' when not.