]> granicus.if.org Git - curl/commit
configure.ac: append extra linker flags instead of prepending them.
authorDan Johnson <computerdruid@google.com>
Thu, 28 Dec 2017 18:16:26 +0000 (18:16 +0000)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 13 Jan 2018 09:46:57 +0000 (10:46 +0100)
commit0616dfa1e08c25ec8ff0f06c014bd3836b365049
treef8724337a5e2373e31d709cf9ba938ed89f29c6b
parent650b9c1d6547995e31f92e082ae73edbdcc51ed0
configure.ac: append extra linker flags instead of prepending them.

Link order should list libraries after the libraries that use them,
so when we're guessing that we might also need to add -ldl in order
to use -lssl, we should add -ldl after -lssl.

Closes https://github.com/curl/curl/pull/2234
configure.ac