From 9ebca769964fe828fd4392f74bdfb21eddeaad6b Mon Sep 17 00:00:00 2001 From: Lee Valentine Date: Fri, 17 Jun 2016 10:31:50 -0700 Subject: [PATCH] Added ngx_feature_test to config to ensure it's reset if previous modules set it --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index f3b982f..809c155 100644 --- a/config +++ b/config @@ -3,6 +3,7 @@ ngx_feature_name= ngx_feature_run=no ngx_feature_incs="#include " ngx_feature_libs=-lmaxminddb +ngx_feature_test="MMDB_s mmdb" . auto/feature if [ $ngx_found = yes ]; then