ColumPaget / libUseful

Programmers 'C' library of functions for: resizable strings, file and network access, string tokenization, pattern matching, terminal output, etc, etc
Other
14 stars 2 forks source link

Configure does not find zlib but claims it is enabled #11

Closed andreasstieger closed 7 months ago

andreasstieger commented 8 months ago

Configure does not find zlib but claims it is enabled:

[    5s] checking for deflate in -lz... no
[...]
[    5s] zlib support enabled

configure.ac prints on use_... , not have_...

ColumPaget commented 7 months ago

good catch. Corrected, along with a few other things, in v5.9.

Thanks again for all your work on libUseful!