Added ngx_feature_test to config to ensure it's reset if previous modules set it
This commit is contained in:
parent
1c2ab3a33b
commit
9ebca76996
1 changed files with 1 additions and 0 deletions
1
config
1
config
|
@ -3,6 +3,7 @@ ngx_feature_name=
|
||||||
ngx_feature_run=no
|
ngx_feature_run=no
|
||||||
ngx_feature_incs="#include <maxminddb.h>"
|
ngx_feature_incs="#include <maxminddb.h>"
|
||||||
ngx_feature_libs=-lmaxminddb
|
ngx_feature_libs=-lmaxminddb
|
||||||
|
ngx_feature_test="MMDB_s mmdb"
|
||||||
. auto/feature
|
. auto/feature
|
||||||
|
|
||||||
if [ $ngx_found = yes ]; then
|
if [ $ngx_found = yes ]; then
|
||||||
|
|
Loading…
Reference in a new issue