mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
fix libev build
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
bfaea95f60
commit
4e1462d890
1 changed files with 1 additions and 1 deletions
|
@ -2010,7 +2010,7 @@ libwebsocket_create_context(struct lws_context_creation_info *info)
|
|||
lwsl_notice("IPV6 not compiled in\n");
|
||||
#endif
|
||||
#ifdef LWS_USE_LIBEV
|
||||
if (LWS_LIBEV_ENABLED(context))
|
||||
if (info->options & LWS_SERVER_OPTION_LIBEV)
|
||||
lwsl_notice("libev support compiled in and enabled\n");
|
||||
else
|
||||
lwsl_notice("libev support compiled in but disabled\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue