comparison src/core/nginx.c @ 2755:a65976a205a5

add quotes for configure options with spaces
author Igor Sysoev <igor@sysoev.ru>
date Sun, 26 Apr 2009 19:37:38 +0000
parents 1983932b8075
children 77264e0157ad
comparison
equal deleted inserted replaced
2754:7d16774c757c 2755:a65976a205a5
230 230
231 if (ngx_show_configure) { 231 if (ngx_show_configure) {
232 #ifdef NGX_COMPILER 232 #ifdef NGX_COMPILER
233 ngx_log_stderr(0, "built by " NGX_COMPILER); 233 ngx_log_stderr(0, "built by " NGX_COMPILER);
234 #endif 234 #endif
235 ngx_log_stderr(0, "configure arguments: " NGX_CONFIGURE); 235 ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE);
236 } 236 }
237 237
238 if (!ngx_test_config) { 238 if (!ngx_test_config) {
239 return 0; 239 return 0;
240 } 240 }