comparison auto/configure @ 5701:1209b8a7b077

Configure: the --build= option. If set, its value is output in "nginx -v" and in the error log.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 May 2014 16:10:07 +0400
parents 3010db312c91
children 466bd63b63d1
comparison
equal deleted inserted replaced
5700:5e892d40e5cc 5701:1209b8a7b077
106 . auto/stubs 106 . auto/stubs
107 107
108 have=NGX_USER value="\"$NGX_USER\"" . auto/define 108 have=NGX_USER value="\"$NGX_USER\"" . auto/define
109 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define 109 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define
110 110
111 if [ ".$NGX_BUILD" != "." ]; then
112 have=NGX_BUILD value="\"$NGX_BUILD\"" . auto/define
113 fi
114
111 . auto/summary 115 . auto/summary