From 305fc021db799c87d751f0f1f5e99afee7bb2b3b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Sat, 14 Mar 2015 17:37:07 +0300 Subject: Thread pools implementation. --- auto/summary | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/summary') 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" -- cgit