comparison auto/summary @ 1979:278a1d3b4dbf

disable confusing messages about threads
author Igor Sysoev <igor@sysoev.ru>
date Tue, 29 Apr 2008 09:27:55 +0000
parents e958b3cab51a
children bd6cc5370fc1
comparison
equal deleted inserted replaced
1978:c10e7b563fb4 1979:278a1d3b4dbf
19 19
20 echo 20 echo
21 echo "Configuration summary" 21 echo "Configuration summary"
22 22
23 23
24 case $USE_THREADS in 24 #case $USE_THREADS in
25 rfork) echo " + using rfork()ed threads" ;; 25 # rfork) echo " + using rfork()ed threads" ;;
26 pthreads) echo " + using libpthread threads library" ;; 26 # pthreads) echo " + using libpthread threads library" ;;
27 libthr) echo " + using FreeBSD libthr threads library" ;; 27 # libthr) echo " + using FreeBSD libthr threads library" ;;
28 libc_r) echo " + using FreeBSD libc_r threads library" ;; 28 # libc_r) echo " + using FreeBSD libc_r threads library" ;;
29 linuxthreads) echo " + using FreeBSD LinuxThreads port library" ;; 29 # linuxthreads) echo " + using FreeBSD LinuxThreads port library" ;;
30 NO) echo " + threads are not used" ;; 30 # NO) echo " + threads are not used" ;;
31 *) echo " + using lib$USE_THREADS threads library" ;; 31 # *) echo " + using lib$USE_THREADS threads library" ;;
32 esac 32 #esac
33 33
34 if [ $USE_PCRE = DISABLED ]; then 34 if [ $USE_PCRE = DISABLED ]; then
35 echo " + PCRE library is disabled" 35 echo " + PCRE library is disabled"
36 36
37 else 37 else