diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/summary | 4 |
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" |
