summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2015-03-14 17:37:07 +0300
committerValentin Bartenev <vbart@nginx.com>2015-03-14 17:37:07 +0300
commit305fc021db799c87d751f0f1f5e99afee7bb2b3b (patch)
tree8c3cf7a86f08ede19803a9f9beecb33cc0d9ebb3 /auto/summary
parent08e05a40422300a25e3b4e5b915592d7b2c41592 (diff)
downloadnginx-305fc021db799c87d751f0f1f5e99afee7bb2b3b.tar.gz
nginx-305fc021db799c87d751f0f1f5e99afee7bb2b3b.tar.bz2
Thread pools implementation.
Diffstat (limited to 'auto/summary')
-rw-r--r--auto/summary4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary
index b2009062d..1be975d82 100644
--- a/auto/summary
+++ b/auto/summary
@@ -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"