Skip to content
Snippets Groups Projects
Commit 243cf297 authored by Yang Tse's avatar Yang Tse
Browse files

Windows build targets don't use the 'SONAME' mechanism.

parent 9ded8fbe
No related branches found
No related tags found
No related merge requests found
......@@ -2003,7 +2003,8 @@ AC_CHECK_SIZEOF(time_t)
AC_CHECK_SIZEOF(off_t)
soname_bump=no
if test $ac_cv_sizeof_off_t -ne $curl_sizeof_curl_off_t; then
if test x"$ac_cv_native_windows" != "xyes" &&
test $ac_cv_sizeof_off_t -ne $curl_sizeof_curl_off_t; then
AC_MSG_WARN([This libcurl built is probably not ABI compatible with previous])
AC_MSG_WARN([builds! You MUST read lib/README.curl_off_t to figure it out.])
soname_bump=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment