| commit | a284b0ebc4c4572fcbb69df9783a4049ace3e6ec | [log] [tgz] |
|---|---|---|
| author | Daniel Stenberg <daniel@haxx.se> | Sat Jul 25 10:52:49 2015 +0200 |
| committer | Daniel Stenberg <daniel@haxx.se> | Sat Jul 25 10:52:49 2015 +0200 |
| tree | 9bfa7e7863b7a03022784d4018cce619f6ac031d | |
| parent | c5d060cab47037163fa803a598fedd9e989ca83b [diff] |
configure: check if OpenSSL linking wants -ldl To make it easier to link with static versions of OpenSSL, the configure script now checks if -ldl is needed for linking. Help-by: TJ Saunders