diff options
Diffstat (limited to 'auto/cc/conf')
| -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 b2eabebe5..4d151da96 100644 --- a/auto/cc/conf +++ b/auto/cc/conf @@ -124,7 +124,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then . auto/feature - if [ $NGX_CC_NAME = 'ccc' ]; then + if [ "$NGX_CC_NAME" = "ccc" ]; then echo "checking for C99 variadic macros ... disabled" else ngx_feature="C99 variadic macros" |
