mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
define _THREAD_SAFE on (recent) AIX systems to build thread-safe code
This commit is contained in:
parent
847c91e568
commit
db302a1055
@ -1045,6 +1045,8 @@ if test "x$RECENTAIX" = "xyes"; then
|
|||||||
CURL_CHECK_STRERROR_R()
|
CURL_CHECK_STRERROR_R()
|
||||||
|
|
||||||
AC_CHECK_FUNCS( gmtime_r )
|
AC_CHECK_FUNCS( gmtime_r )
|
||||||
|
|
||||||
|
AC_DEFINE(_THREAD_SAFE, 1, [define this if you need it to compile thread-safe code])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user