Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | configure: add symbols versioning option | Alessandro Ghedini | 2011-12-19 | 1 | -0/+13 |
Allow, at configure time, the production of versioned symbols. The symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...), <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol name. If no SSL library is enabled the symbols will be just "CURL_<VERSION> <SYMBOL>". |