From 95bc32e93ccda3adb4dc54fb20ed3216222006f9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 19 Feb 2004 22:17:54 +0000 Subject: sys/xattr.h merge from HEAD (This used to be commit 798dd7299e3ba5cd7e829f48bb42eb9cbfc71dd4) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 27d39d13ca..c32bd8fa78 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -624,7 +624,7 @@ AC_CHECK_HEADERS(shadow.h netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/ AC_CHECK_HEADERS(nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h security/pam_modules.h) AC_CHECK_HEADERS(stropts.h poll.h) AC_CHECK_HEADERS(sys/capability.h syscall.h sys/syscall.h) -AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/cdefs.h glob.h) +AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/xattr.h sys/cdefs.h glob.h) # For experimental utmp support (lastlog on some BSD-like systems) AC_CHECK_HEADERS(utmp.h utmpx.h lastlog.h) -- cgit