Skip to content

Commit ff43633

Browse files
authored
Allow building when streams module is not present
1 parent ea596f0 commit ff43633

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)