commit | 1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Aug 04 14:48:15 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Aug 04 14:48:15 2008 +0000 |
tree | c623ea9d26e7e66258a39f02e772aded46a168e9 | |
parent | b5bc3f989ff0d70508705a10708c4f8b84913dc0 [diff] [blame] |
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