mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
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
70f7141074
commit
678991a8f6
@ -45,9 +45,6 @@ if [ -x $NGX_AUTOTEST ]; then
|
|||||||
|
|
||||||
eval "NGX_INCLUDE_$ngx_name='#include <$ngx_include>'"
|
eval "NGX_INCLUDE_$ngx_name='#include <$ngx_include>'"
|
||||||
|
|
||||||
#STUB
|
|
||||||
eval "NGX_$ngx_name='#include <$ngx_include>'"
|
|
||||||
|
|
||||||
else
|
else
|
||||||
echo " not found"
|
echo " not found"
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ found=no
|
|||||||
cat << END > $NGX_AUTOTEST.c
|
cat << END > $NGX_AUTOTEST.c
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
$NGX_INTTYPES_H
|
$NGX_INCLUDE_INTTYPES_H
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
uintptr_t i = 0;
|
uintptr_t i = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user