Fixed building --with-stream when precompiled headers are used.

This commit is contained in:
Sergey Kandaurov 2015-04-20 17:36:51 +03:00
parent 2e527701f3
commit bde284851a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ fi
# ALL_INCS, required by the addons and by OpenWatcom C precompiled headers
ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS\
ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS $STREAM_INCS\
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \
-e "s/\//$ngx_regex_dirsep/g"`