From 9342df70273f7c52ba1c6015c7e4addff7f78a4f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 10 Aug 2007 09:44:13 +0000 Subject: r24304: patch from Bjoern JAcke : attached patches add EA support for Solaris. If no one disagrees, can someone check this in please? metze (This used to be commit 81e5afc363e1f0bdc4768c0f5c696f4152fe5b44) --- source3/configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 4029a0a10c..0d0fdb1394 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1747,6 +1747,14 @@ case "$host_os" in ;; esac +######################################################## +# Check if attropen() is present if this is Solaris +case "$host_os" in + *solaris*) + AC_CHECK_FUNCS(attropen) + ;; +esac + ######################################################## # Do xattr functions take additional options like on Darwin? if test x"$ac_cv_func_getxattr" = x"yes" ; then -- cgit