From 1736c180f4683d57d175b98d5596b779bab950d4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 20 May 2014 16:10:07 +0400 Subject: Configure: the --build= option. If set, its value is output in "nginx -v" and in the error log. --- auto/configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/configure') diff --git a/auto/configure b/auto/configure index d7d8189af..e8929b8f0 100755 --- a/auto/configure +++ b/auto/configure @@ -108,4 +108,8 @@ have=NGX_HTTP_SCGI_TEMP_PATH value="\"$NGX_HTTP_SCGI_TEMP_PATH\"" 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 -- cgit