diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-04 14:48:15 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-04 14:48:15 +0000 |
| commit | 1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8 (patch) | |
| tree | c623ea9d26e7e66258a39f02e772aded46a168e9 /auto/feature | |
| parent | b5bc3f989ff0d70508705a10708c4f8b84913dc0 (diff) | |
| download | nginx-1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8.tar.gz nginx-1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8.tar.bz2 | |
ngx_http_xslt_filter_module
Diffstat (limited to 'auto/feature')
| -rw-r--r-- | auto/feature | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
