summaryrefslogtreecommitdiff
path: root/lib/tevent/libtevent.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-02 13:39:26 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-02 18:16:51 +0100
commitb12e78e64517d423aefecc84f23499b13aedd734 (patch)
tree7561678667ffcc80959567a568511e7fc9e1c355 /lib/tevent/libtevent.m4
parentd9529a331afaf1c82b24becc1d0d245e19d518aa (diff)
downloadsamba-b12e78e64517d423aefecc84f23499b13aedd734.tar.gz
samba-b12e78e64517d423aefecc84f23499b13aedd734.tar.bz2
samba-b12e78e64517d423aefecc84f23499b13aedd734.zip
tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL
metze
Diffstat (limited to 'lib/tevent/libtevent.m4')
-rw-r--r--lib/tevent/libtevent.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tevent/libtevent.m4 b/lib/tevent/libtevent.m4
index 30105d9bef..24cdd8c27f 100644
--- a/lib/tevent/libtevent.m4
+++ b/lib/tevent/libtevent.m4
@@ -26,8 +26,6 @@ if test x"$ac_cv_header_sys_epoll_h" = x"yes" -a x"$ac_cv_func_epoll_create" = x
TEVENT_OBJ="$TEVENT_OBJ tevent_epoll.o"
SMB_ENABLE(TEVENT_EPOLL,YES)
AC_DEFINE(HAVE_EPOLL, 1, [Whether epoll available])
- #TODO: remove HAVE_EVENTS_EPOLL and use HAVE_EPOLL
- AC_DEFINE(HAVE_EVENTS_EPOLL, 1, [Whether epoll available])
# check for native Linux AIO interface
AC_CHECK_HEADERS(libaio.h)