patch-auto_cc_conf 792 B

1234567891011121314151617181920
  1. --- nginx-1.5.3.orig/auto/cc/conf 2013-07-30 15:27:55.000000000 +0200
  2. +++ nginx-1.5.3/auto/cc/conf 2013-08-20 09:50:31.872042697 +0200
  3. @@ -155,7 +155,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  4. else
  5. ngx_feature="C99 variadic macros"
  6. ngx_feature_name="NGX_HAVE_C99_VARIADIC_MACROS"
  7. - ngx_feature_run=yes
  8. + ngx_feature_run=no
  9. ngx_feature_incs="#include <stdio.h>
  10. #define var(dummy, ...) sprintf(__VA_ARGS__)"
  11. ngx_feature_path=
  12. @@ -169,7 +169,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  13. ngx_feature="gcc variadic macros"
  14. ngx_feature_name="NGX_HAVE_GCC_VARIADIC_MACROS"
  15. - ngx_feature_run=yes
  16. + ngx_feature_run=no
  17. ngx_feature_incs="#include <stdio.h>
  18. #define var(dummy, args...) sprintf(args)"
  19. ngx_feature_path=