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

This commit is contained in:
Daniel Stenberg 2004-08-17 09:00:30 +00:00
Родитель 847c91e568
Коммит db302a1055
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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