From 3723e728086d111d467d34169b223aac9da916df Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Mon, 27 Jun 2016 15:00:06 -0700 Subject: [PATCH] Configure: stop polluting NGX_ namespace. While there, fix the only test that used alternative variable name. Signed-off-by: Piotr Sikora --- auto/include | 3 --- auto/types/uintptr_t | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/auto/include b/auto/include index 0f8bc1e04..c1bd3647b 100644 --- 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 index 7db6e4506..a33d6d034 100644 --- 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;