From d58e5061ad49a3778dd1295e28810ad1f6e44cf6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 3 Mar 2009 15:04:15 +0000 Subject: Mikael Magnusson: 26670: add zsh/attr module --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d67f2034c..136086545 100644 --- a/configure.ac +++ b/configure.ac @@ -858,6 +858,8 @@ if test x$gdbm != xno; then AC_CHECK_LIB(gdbm, gdbm_open) fi +AC_CHECK_HEADERS(sys/xattr.h) + dnl -------------- dnl CHECK TYPEDEFS dnl -------------- @@ -1155,7 +1157,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ grantpt unlockpt ptsname \ htons ntohs \ regcomp regexec regerror regfree \ - gdbm_open) + gdbm_open getxattr) AC_FUNC_STRCOLL if test x$enable_cap = xyes; then -- cgit 1.4.1