diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2015-04-20 17:36:51 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2015-04-20 17:36:51 +0300 |
| commit | b6517ea696e1cda71844c8d3178ad9835ec963b9 (patch) | |
| tree | 8239aed8409a01c09c3be321dab2f05877bf5676 | |
| parent | 1ff5515e70eab7d580016be710dc8ac5af0ba4fd (diff) | |
| download | nginx-b6517ea696e1cda71844c8d3178ad9835ec963b9.tar.gz nginx-b6517ea696e1cda71844c8d3178ad9835ec963b9.tar.bz2 | |
Fixed building --with-stream when precompiled headers are used.
| -rw-r--r-- | auto/make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` |
