# HG changeset patch # User Piotr Sikora # Date 1467064806 25200 # Node ID a616bdc38645a6a2d2841a8400170bb1ca53e5aa # Parent e3faa5fb7772430b06a0f23255cf70862b308107 Configure: stop polluting NGX_ namespace. While there, fix the only test that used alternative variable name. Signed-off-by: Piotr Sikora diff --git a/auto/include b/auto/include --- a/auto/include +++ b/auto/include @@ -45,9 +45,6 @@ if [ -x $NGX_AUTOTEST ]; then eval "NGX_INCLUDE_$ngx_name='#include <$ngx_include>'" - #STUB - eval "NGX_$ngx_name='#include <$ngx_include>'" - else echo " not found" diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t --- a/auto/types/uintptr_t +++ b/auto/types/uintptr_t @@ -17,7 +17,7 @@ found=no cat << END > $NGX_AUTOTEST.c #include -$NGX_INTTYPES_H +$NGX_INCLUDE_INTTYPES_H int main(void) { uintptr_t i = 0;