]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: enhance ability to detect/build with static openssl
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2018 14:52:43 +0000 (16:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2018 21:08:04 +0000 (23:08 +0200)
commit351dabbf3dfe1370045a29aa6dba3e0a3686eaeb
treef7651c1430a92f0974e1a3f65076207ec9d05ce3
parented224f23d5bebf3f2b64d28ca4452b401a8ddf0a
configure: enhance ability to detect/build with static openssl

Fix the -ldl and -ldl + -lpthread checks for OpenSSL, necessary for
building with static libs without pkg-config.

Reported-by: Marcel Raad
Fixes #2199
Closes #2659
configure.ac