comparison auto/configure @ 3931:c8884c8f7c74

Support POSIX semaphores on Linux. This configure test must run before auto/make, because it adds library. auto/unix was placed after auto/make just for historical reasons. Patch by Denis F. Latypoff
author Igor Sysoev <igor@sysoev.ru>
date Tue, 31 May 2011 08:17:27 +0000
parents d656caa72ec9
children 3b608ddcb8ce
comparison
equal deleted inserted replaced
3930:ace14fd91086 3931:c8884c8f7c74
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/os/features
55 . auto/threads 55 . auto/threads
56 . auto/unix
56 fi 57 fi
57 58
58 . auto/modules 59 . auto/modules
59 . auto/lib/conf 60 . auto/lib/conf
60 61
97 98
98 . auto/make 99 . auto/make
99 . auto/lib/make 100 . auto/lib/make
100 . auto/install 101 . auto/install
101 102
102 if [ "$NGX_PLATFORM" != win32 ]; then
103 . auto/unix
104 fi
105
106 # STUB 103 # STUB
107 . auto/stubs 104 . auto/stubs
108 105
109 have=NGX_USER value="\"$NGX_USER\"" . auto/define 106 have=NGX_USER value="\"$NGX_USER\"" . auto/define
110 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define 107 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define