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:
parent
aeeafbe0ca
commit
3723e72808
2 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue