mirror of https://github.com/moparisthebest/curl
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/2234master
parent
650b9c1d65
commit
0616dfa1e0
Loading…
Reference in New Issue