diff options
| author | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:06 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:06 -0700 |
| commit | 678991a8f6b4eff4c7e5a5ee308378c2f1e327b7 (patch) | |
| tree | e74a2ff2a29f106b7c0774b6e4f08a58f94517fb /auto/include | |
| parent | 70f7141074896fb1ff3e5fc08407ea0f64f2076b (diff) | |
| download | nginx-678991a8f6b4eff4c7e5a5ee308378c2f1e327b7.tar.gz nginx-678991a8f6b4eff4c7e5a5ee308378c2f1e327b7.tar.bz2 | |
Configure: stop polluting NGX_ namespace.
While there, fix the only test that used alternative variable name.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'auto/include')
| -rw-r--r-- | auto/include | 3 |
1 files changed, 0 insertions, 3 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" |
