From: Daniel Stenberg Date: Tue, 17 Aug 2004 09:00:30 +0000 (+0000) Subject: define _THREAD_SAFE on (recent) AIX systems to build thread-safe code X-Git-Tag: curl-7_12_2~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db302a1055f43ffd1b0a035b11e8b7704dc3fc58;p=curl define _THREAD_SAFE on (recent) AIX systems to build thread-safe code --- diff --git a/configure.ac b/configure.ac index faddfd580..5745d4776 100644 --- a/configure.ac +++ b/configure.ac @@ -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