X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=2d4fcb7b96a594575a5ccea3817caa9ab3b5c9d0;hp=36f00de2a941c0e4c5920f36a1c6241628177f9b;hb=0060607b4f1947339819316b63f00e42aab2a341;hpb=4fb28dfc10106c4095ca3b1155d4da9a04467fd1 diff --git a/configure.ac b/configure.ac index 36f00de2a..2d4fcb7b9 100644 --- a/configure.ac +++ b/configure.ac @@ -621,10 +621,8 @@ AX_HAVE_EPOLL( ) AX_CONFIG_FEATURE( [epoll], [This platform supports epoll(7)], - [HAVE_EPOLL], [This platform supports epoll(7).], - [enable_epoll="yes"], [enable_epoll="no"] + [HAVE_EPOLL], [This platform supports epoll(7).] ) -AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ]) AS_IF([test "x$ac_cv_func_dirfd" = "xyes"], [AX_CONFIG_FEATURE_ENABLE(dirfd)],