From: Sergey Kandaurov Date: Mon, 20 Apr 2015 14:36:51 +0000 (+0300) Subject: Fixed building --with-stream when precompiled headers are used. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b6517ea696e1cda71844c8d3178ad9835ec963b9;p=nginx.git Fixed building --with-stream when precompiled headers are used. --- diff --git a/auto/make b/auto/make index 7e3c4454c..98c2e3b58 100644 --- a/auto/make +++ b/auto/make @@ -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"`