Merge commit '9b36dd9d9952851d842c2f3bc6fadb0f9e4d8fa7'
This commit is contained in:
1
external/toxcore/c-toxcore/configure.ac
vendored
1
external/toxcore/c-toxcore/configure.ac
vendored
@@ -158,6 +158,7 @@ AX_HAVE_EPOLL
|
||||
if test "$enable_epoll" != "no"; then
|
||||
if test "${ax_cv_have_epoll}" = "yes"; then
|
||||
AC_DEFINE([TCP_SERVER_USE_EPOLL],[1],[define to 1 to enable epoll support])
|
||||
AC_DEFINE([EV_USE_EPOLL],[1],[define to 1 to enable epoll support])
|
||||
enable_epoll='yes'
|
||||
else
|
||||
if test "$enable_epoll" = "yes"; then
|
||||
|
||||
Reference in New Issue
Block a user