summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--auto/os/win321
-rw-r--r--misc/GNUmakefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/win32 b/auto/os/win32
index 7a8277496..b5c9c2a7b 100644
--- a/auto/os/win32
+++ b/auto/os/win32
@@ -34,6 +34,7 @@ EVENT_MODULES="$EVENT_MODULES $IOCP_MODULE"
EVENT_FOUND=YES
if [ $EVENT_SELECT = NO ]; then
+ have=NGX_HAVE_SELECT . auto/have
CORE_SRCS="$CORE_SRCS $SELECT_SRCS"
EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE"
fi
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index d68ceca00..73de6fe93 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -65,7 +65,6 @@ win32:
--with-cc-opt=-DFD_SETSIZE=1024 \
--with-pcre=$(OBJS)/lib/$(PCRE) \
--with-zlib=$(OBJS)/lib/$(ZLIB) \
- --with-select_module \
--with-http_v2_module \
--with-http_realip_module \
--with-http_addition_module \