From 0e60e4f73a62bf168dcc0ece770dafa27de35207 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 26 Apr 2009 19:37:38 +0000 Subject: add quotes for configure options with spaces --- src/core/nginx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/nginx.c b/src/core/nginx.c index f08af79de..bf2f38db8 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -232,7 +232,7 @@ main(int argc, char *const *argv) #ifdef NGX_COMPILER ngx_log_stderr(0, "built by " NGX_COMPILER); #endif - ngx_log_stderr(0, "configure arguments: " NGX_CONFIGURE); + ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE); } if (!ngx_test_config) { -- cgit