Configure: stop polluting NGX_ namespace.

While there, fix the only test that used alternative variable name.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
Piotr Sikora 2016-06-27 15:00:06 -07:00
parent aeeafbe0ca
commit 3723e72808
2 changed files with 1 additions and 4 deletions

View File

@ -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"

View File

@ -17,7 +17,7 @@ found=no
cat << END > $NGX_AUTOTEST.c
#include <sys/types.h>
$NGX_INTTYPES_H
$NGX_INCLUDE_INTTYPES_H
int main(void) {
uintptr_t i = 0;