aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-14 05:31:09 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-14 05:31:09 +0100
commit8abd74f3dc9a0482111a2fc8f99b59434f80acd9 (patch)
tree4a4848ddcb42594287060f84c6dcd9319857394e /configure.ac
parent7d7ccbcdbdc45e72b30cb180eaf892dc782c408a (diff)
downloadlibmicrohttpd-8abd74f3dc9a0482111a2fc8f99b59434f80acd9.tar.gz
libmicrohttpd-8abd74f3dc9a0482111a2fc8f99b59434f80acd9.zip
add suspend_resume_epoll example (from mailinglist)
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([