diff options
Diffstat (limited to 'auto')
-rw-r--r-- | auto/threads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/threads b/auto/threads index 2bf85b65f..29bc72476 100644 --- a/auto/threads +++ b/auto/threads @@ -50,7 +50,7 @@ case $USE_THREADS in CORE_LIBS="$CORE_LIBS -pthread" ;; - FreeBSD:[567]*) + FreeBSD:[56]*) have=NGX_THREADS . auto/have CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS" CORE_LIBS="$CORE_LIBS -lc_r" |