From 1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 4 Aug 2008 14:48:15 +0000 Subject: ngx_http_xslt_filter_module --- auto/feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auto/feature') diff --git a/auto/feature b/auto/feature index 2cb405921..cd71e27b1 100644 --- a/auto/feature +++ b/auto/feature @@ -19,7 +19,9 @@ if test -n "$ngx_feature_name"; then 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 -- cgit