# HG changeset patch # User Mark Wielaard # Date 1317112985 -7200 # Node ID 426efa8c5ec4c13f9907338c0cf63eabea31b9e4 # Parent b11497e41b7cfe4e87729769b5e8bb7b0503562a acinclude.m4: Add devel package suggestions for epoll/xattr check failure. diff -r b11497e41b7c -r 426efa8c5ec4 ChangeLog --- a/ChangeLog Tue Sep 27 01:51:32 2011 +0100 +++ b/ChangeLog Tue Sep 27 10:43:05 2011 +0200 @@ -1,3 +1,8 @@ +2011-09-27 Mark Wielaard + + * acinclude.m4: Add devel package suggestions for epoll/xattr + check failure. + 2011-09-27 Andrew John Hughes * acinclude.m4: diff -r b11497e41b7c -r 426efa8c5ec4 acinclude.m4 --- a/acinclude.m4 Tue Sep 27 01:51:32 2011 +0100 +++ b/acinclude.m4 Tue Sep 27 10:43:05 2011 +0200 @@ -2164,7 +2164,7 @@ AC_CHECK_FUNCS([openat64 fstatat64 fgetxattr fsetxattr fremovexattr flistxattr unlinkat renameat futimesat fdopendir epoll_create epoll_ctl epoll_wait],, [AC_MSG_ERROR([Could not find required syscalls; check config.log and use --disable-compile-against-syscalls if necessary.])]) AC_CHECK_HEADERS([sys/epoll.h attr/xattr.h], - , [AC_MSG_ERROR([Could not find required system headers; install the appropriate files or use --disable-compile-against-syscalls if necessary.])]) + , [AC_MSG_ERROR([Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary.])]) fi AM_CONDITIONAL(USE_SYSCALL_COMPILATION, test x"${ENABLE_SYSCALL_COMPILATION}" = "xyes") AC_SUBST(ENABLE_SYSCALL_COMPILATION)