Commit db302a10 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

define _THREAD_SAFE on (recent) AIX systems to build thread-safe code

parent 847c91e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1045,6 +1045,8 @@ if test "x$RECENTAIX" = "xyes"; then
  CURL_CHECK_STRERROR_R()

  AC_CHECK_FUNCS( gmtime_r )

  AC_DEFINE(_THREAD_SAFE, 1, [define this if you need it to compile thread-safe code])
fi