diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2017-05-15 20:09:40 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2017-05-15 20:09:40 +0300 |
commit | e1725761cb04a09e989d7803a1aa8b1707664d22 (patch) | |
tree | 8ec755902537a511a76e842eecc3b6480e816410 | |
parent | a464d07f0a3fd8afd37ce7135e7c678e3604a30c (diff) | |
download | nginx-e1725761cb04a09e989d7803a1aa8b1707664d22.tar.gz nginx-e1725761cb04a09e989d7803a1aa8b1707664d22.zip |
Configure: style.
-rw-r--r-- | auto/cc/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/cc/conf b/auto/cc/conf index b3b9f92eb..49af718c3 100644 --- a/auto/cc/conf +++ b/auto/cc/conf @@ -209,7 +209,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then var(0, buf, \"%d\", 1); if (buf[0] != '1') return 1" . auto/feature - fi + fi ngx_feature="gcc variadic macros" |