comparison auto/summary @ 6018:466bd63b63d1

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents 83d54192e97b
children 85dea406e18f
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
4 4
5 5
6 echo 6 echo
7 echo "Configuration summary" 7 echo "Configuration summary"
8 8
9
10 if [ $USE_THREADS = YES ]; then
11 echo " + using threads"
12 fi
9 13
10 if [ $USE_PCRE = DISABLED ]; then 14 if [ $USE_PCRE = DISABLED ]; then
11 echo " + PCRE library is disabled" 15 echo " + PCRE library is disabled"
12 16
13 else 17 else