mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
+2
-2
@@ -377,8 +377,8 @@ AX_CHECK_CATCHABLE_ABRT
|
||||
|
||||
AS_IF([test "x$with_threads" = "xyes"], [
|
||||
AX_TLS([AC_MSG_RESULT(thread local storage is supported)
|
||||
AX_CHECK_COMPILE_FLAG([-ftls-model=local-dynamic],
|
||||
[CFLAGS="$CFLAGS -ftls-model=local-dynamic"])],
|
||||
AX_CHECK_COMPILE_FLAG([-ftls-model=global-dynamic],
|
||||
[CFLAGS="$CFLAGS -ftls-model=global-dynamic"])],
|
||||
[AC_MSG_RESULT(thread local storage is not supported)]) ])
|
||||
|
||||
LT_INIT
|
||||
|
||||
Reference in New Issue
Block a user