ngx_http_xslt_filter_module
diff --git a/auto/feature b/auto/feature
index 2cb4059..cd71e27 100644
--- a/auto/feature
+++ b/auto/feature
@@ -19,7 +19,9 @@
 fi
 
 if test -n "$ngx_feature_path"; then
-    ngx_feature_inc_path="-I $ngx_feature_path"
+    for ngx_temp in $ngx_feature_path; do
+        ngx_feature_inc_path="$ngx_feature_inc_path -I $ngx_temp"
+    done
 fi
 
 cat << END > $NGX_AUTOTEST.c