aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 71557497..e503a5da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -735,6 +735,8 @@ if test "$enable_epoll" != "no"; then
735 fi 735 fi
736fi 736fi
737 737
738AM_CONDITIONAL([MHD_HAVE_EPOLL], [[test "x$enable_epoll" = xyes]])
739
738if test "x$enable_epoll" = "xyes"; then 740if test "x$enable_epoll" = "xyes"; then
739 AC_CACHE_CHECK([for epoll_create1()], [mhd_cv_have_epoll_create1], [ 741 AC_CACHE_CHECK([for epoll_create1()], [mhd_cv_have_epoll_create1], [
740 AC_LINK_IFELSE([ 742 AC_LINK_IFELSE([