commit | 1736c180f4683d57d175b98d5596b779bab950d4 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Tue May 20 16:10:07 2014 +0400 |
committer | Ruslan Ermilov <ru@nginx.com> | Tue May 20 16:10:07 2014 +0400 |
tree | 0bdf61366c6dbc9232a40ac0c77b59ba4d1f6127 | |
parent | 27899a923a36c877cd3307dd054b501789764bcf [diff] [blame] |
Configure: the --build= option. If set, its value is output in "nginx -v" and in the error log.
diff --git a/auto/configure b/auto/configure index d7d8189..e8929b8 100755 --- a/auto/configure +++ b/auto/configure
@@ -108,4 +108,8 @@ have=NGX_USER value="\"$NGX_USER\"" . auto/define have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define +if [ ".$NGX_BUILD" != "." ]; then + have=NGX_BUILD value="\"$NGX_BUILD\"" . auto/define +fi + . auto/summary