Skip to content

Commit

Permalink
Merge pull request #1126 from hongxiaolong/hotfix
Browse files Browse the repository at this point in the history
fixed compilation error of T_NGX_HTTP2_SRV_ENABLE without HTTP_V2
  • Loading branch information
wa5i authored Nov 16, 2018
2 parents 7c04237 + 67826c8 commit d35a0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auto/modules
Original file line number Diff line number Diff line change
Expand Up @@ -969,5 +969,7 @@ have=T_NGX_HTTP_STUB_STATUS . auto/have
have=T_UPSTREAM_TRIES . auto/have
have=T_GEO . auto/have
have=T_NGX_RET_CACHE . auto/have
have=T_NGX_HTTP2_SRV_ENABLE . auto/have
if [ $HTTP_V2 = YES ]; then
have=T_NGX_HTTP2_SRV_ENABLE . auto/have
fi
have=T_NGX_HTTP_SSL_HANDSHAKE_TIME . auto/have

0 comments on commit d35a0dc

Please sign in to comment.