Skip to content

Commit 971e60e

Browse files
authored
Merge pull request fooinha#47 from k1k/patch-1
Allow building when streams module is not present
2 parents ea596f0 + ff43633 commit 971e60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ngx_module_incs=$ngx_addon_dir/src
44
NGINX_VERSION=`grep version src/core/nginx.h | sed 's/#define nginx_version *//;'`
55

66

7-
if [ ! -z "${NGINX_VERSION}" ]
7+
if [ ! -z "${NGINX_VERSION}" ] && [ $STREAM != NO ]
88
then
99
if [ $NGINX_VERSION -gt 1011002 ]
1010
then

0 commit comments

Comments
 (0)