changeset 2482:426efa8c5ec4

acinclude.m4: Add devel package suggestions for epoll/xattr check failure.
author Mark Wielaard <mark@klomp.org>
date Tue, 27 Sep 2011 10:43:05 +0200
parents b11497e41b7c
children 8d011581534d
files ChangeLog acinclude.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <mark@klomp.org>
+
+	* acinclude.m4: Add devel package suggestions for epoll/xattr
+	check failure.
+
 2011-09-27  Andrew John Hughes  <ahughes@redhat.com>
 
 	* 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)