diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-09-04 12:24:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-06 08:43:36 +0200 |
commit | d1da545a6881dbeafff86077f696f0dc22d3fc81 (patch) | |
tree | 3c70de0f8382396ac290148eeff6c46d010d605e /lib/connect.c | |
parent | 61825be02ba3d86dcf6ce8c3854d31d212796094 (diff) |
configure: remove --enable-soname-bump and SONAME_BUMP
Back in 2008, (and commit 3f3d6ebe665f3) we changed the logic in how we
determine the native type for `curl_off_t`. To really make sure we
didn't break ABI without bumping SONAME, we introduced logic that
attempted to detect that it would use a different size and thus not be
compatible. We also provided a manual switch that allowed users to tell
configure to bump SONAME by force.
Today, we know of no one who ever got a SONAME bump auto-detected and we
don't know of anyone who's using the manual bump feature. The auto-
detection is also no longer working since we introduced defining
curl_off_t in system.h (7.55.0).
Finally, this bumping logic is not present in the cmake build.
Closes #1861
Diffstat (limited to 'lib/connect.c')
0 files changed, 0 insertions, 0 deletions