aboutsummaryrefslogtreecommitdiff
path: root/m4/ax_have_epoll.m4
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-10 00:42:50 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-10 00:42:50 +0300
commit830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79 (patch)
tree410969c5c178b9b86106ed912803bfc76da30d34 /m4/ax_have_epoll.m4
parented2171b2d0c9ee8e12d09d7c5a0de5f3337bfe04 (diff)
downloadlibmicrohttpd-830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79.tar.gz
libmicrohttpd-830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79.zip
Updated M4 autoconf-archive macros to latest versions
Diffstat (limited to 'm4/ax_have_epoll.m4')
-rw-r--r--m4/ax_have_epoll.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_have_epoll.m4 b/m4/ax_have_epoll.m4
index 07ceb49f..9d9bc873 100644
--- a/m4/ax_have_epoll.m4
+++ b/m4/ax_have_epoll.m4
@@ -1,5 +1,5 @@
1# =========================================================================== 1# ===========================================================================
2# http://www.gnu.org/software/autoconf-archive/ax_have_epoll.html 2# https://www.gnu.org/software/autoconf-archive/ax_have_epoll.html
3# =========================================================================== 3# ===========================================================================
4# 4#
5# SYNOPSIS 5# SYNOPSIS
@@ -42,7 +42,7 @@
42# and this notice are preserved. This file is offered as-is, without any 42# and this notice are preserved. This file is offered as-is, without any
43# warranty. 43# warranty.
44 44
45#serial 10 45#serial 11
46 46
47AC_DEFUN([AX_HAVE_EPOLL], [dnl 47AC_DEFUN([AX_HAVE_EPOLL], [dnl
48 ax_have_epoll_cppflags="${CPPFLAGS}" 48 ax_have_epoll_cppflags="${CPPFLAGS}"