comparison configure @ 628:83b58b182b76 NGINX_1_0_4

nginx 1.0.4 *) Change: now regular expressions case sensitivity in the "map" directive is given by prefixes "~" or "~*". *) Feature: now shared zones and caches use POSIX semaphores on Linux. Thanks to Denis F. Latypoff. *) Bugfix: "stalled" cache updating" alert. *) Bugfix: nginx could not be built --without-http_auth_basic_module; the bug had appeared in 1.0.3.
author Igor Sysoev <http://sysoev.ru>
date Wed, 01 Jun 2011 00:00:00 +0400
parents 4d3e880ce86c
children d0f7a625f27c
comparison
equal deleted inserted replaced
627:a63a292c61af 628:83b58b182b76
49 fi 49 fi
50 50
51 . auto/os/conf 51 . auto/os/conf
52 52
53 if [ "$NGX_PLATFORM" != win32 ]; then 53 if [ "$NGX_PLATFORM" != win32 ]; then
54 . auto/os/features 54 . auto/unix
55 . auto/threads
56 fi 55 fi
57 56
58 . auto/modules 57 . auto/modules
59 . auto/lib/conf 58 . auto/lib/conf
60 59
97 96
98 . auto/make 97 . auto/make
99 . auto/lib/make 98 . auto/lib/make
100 . auto/install 99 . auto/install
101 100
102 if [ "$NGX_PLATFORM" != win32 ]; then
103 . auto/unix
104 fi
105
106 # STUB 101 # STUB
107 . auto/stubs 102 . auto/stubs
108 103
109 have=NGX_USER value="\"$NGX_USER\"" . auto/define 104 have=NGX_USER value="\"$NGX_USER\"" . auto/define
110 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define 105 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define