mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Thread pools implementation.
This commit is contained in:
@@ -7,6 +7,10 @@ echo
|
||||
echo "Configuration summary"
|
||||
|
||||
|
||||
if [ $USE_THREADS = YES ]; then
|
||||
echo " + using threads"
|
||||
fi
|
||||
|
||||
if [ $USE_PCRE = DISABLED ]; then
|
||||
echo " + PCRE library is disabled"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user