Cleanup: simplify 'poll' wrapper build
[lttng-tools.git] / configure.ac
index 36f00de2a941c0e4c5920f36a1c6241628177f9b..2d4fcb7b96a594575a5ccea3817caa9ab3b5c9d0 100644 (file)
@@ -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)],
This page took 0.02455 seconds and 4 git commands to generate.