sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

configure.ac: fix ssl static build #216

Closed ffontaine closed 2 years ago

ffontaine commented 2 years ago

Retrieve openssl dependencies through pkg-config to fix the following static build failure:

checking for SSL_ctrl  in -lssl... no
configure: error: libssl not found; install OpenSSL

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com