From 313da403a545340dc7404458deed0398ddd33366 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Jun 2018 18:31:27 +0300 Subject: Removed -mmacosx-version-min option. --- auto/threads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auto/threads') 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 -- cgit