summaryrefslogtreecommitdiffhomepage
path: root/auto/threads
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-06-28 18:31:27 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-06-28 18:31:27 +0300
commit313da403a545340dc7404458deed0398ddd33366 (patch)
tree50b8c9c0a86658aa359acfaaae1f86aba26e9e2f /auto/threads
parent50228b35b6e8cd42f14ce12a973fec2d65d2d8db (diff)
downloadunit-313da403a545340dc7404458deed0398ddd33366.tar.gz
unit-313da403a545340dc7404458deed0398ddd33366.tar.bz2
Removed -mmacosx-version-min option.
Diffstat (limited to 'auto/threads')
-rw-r--r--auto/threads3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto/threads b/auto/threads
index 9187caab..d6efc7cd 100644
--- a/auto/threads
+++ b/auto/threads
@@ -203,8 +203,7 @@ fi
# Thread Local Storage / Thread Specific Data.
#
# Linux, FreeBSD 5.3, Solaris.
-# MacOSX 10.7 (Lion) Clang. However, if the -mmacosx-version-min
-# option is specified it must be at least 10.7.
+# MacOSX 10.7 (Lion) Clang.
nxt_feature="__thread"
nxt_feature_name=NXT_HAVE_THREAD_STORAGE_CLASS