summaryrefslogtreecommitdiff
path: root/m4/ax_have_epoll.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2008-05-07 17:47:42 +0200
committerPeter Simons <simons@cryp.to>2008-05-07 17:47:42 +0200
commitb57bda9bf3b8455822ebb7dd43b71e0fdea187d4 (patch)
tree015385cc879b40515c6aa9a490e091160649433d /m4/ax_have_epoll.m4
parent568b3f0e932f02993f5540ee27611453c7e6d294 (diff)
downloadautoconf-archive-b57bda9bf3b8455822ebb7dd43b71e0fdea187d4.tar.gz
AX_HAVE_EPOLL: cosmetic improvement to error message
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 d89b181..dfe911c 100644
--- a/m4/ax_have_epoll.m4
+++ b/m4/ax_have_epoll.m4
@@ -35,7 +35,7 @@
#
# LAST MODIFICATION
#
-# 2008-05-03
+# 2008-05-07
#
# COPYLEFT
#
@@ -84,7 +84,7 @@ AC_DEFUN([AX_HAVE_EPOLL_PWAIT], [dnl
#ifdef HAVE_LINUX_VERSION_H
# include <linux/version.h>
# if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
-# error linux kernel version is too old to have epoll
+# error linux kernel version is too old to have epoll_pwait
# endif
#endif
#include <sys/epoll.h>