]> granicus.if.org Git - curl/commitdiff
Windows build targets don't use the 'SONAME' mechanism.
authorYang Tse <yangsita@gmail.com>
Tue, 26 Aug 2008 16:46:46 +0000 (16:46 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 26 Aug 2008 16:46:46 +0000 (16:46 +0000)
configure.ac

index 6d7dd0e35d1c281a2ba110196a86979bf8bcdb56..18ab1f61c27db7bce2e473083cac87aee5e90287 100644 (file)
@@ -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