Browse Source

Fix bug that --disable-websocket causes build error

Tatsuhiro Tsujikawa 8 years ago
parent
commit
b76435fe77
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deps/Makefile.am

+ 2 - 0
deps/Makefile.am

@@ -1 +1,3 @@
+if ENABLE_WEBSOCKET
 SUBDIRS = wslay
+endif # ENABLE_WEBSOCKET