summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-10 09:44:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:25 -0500
commit9342df70273f7c52ba1c6015c7e4addff7f78a4f (patch)
tree6c4ea7d99f30eb2d828c64a1c0d00bdaa8905356 /source3/configure.in
parentd68145a509b3e86e0d5ff44260f968eb1f39dfeb (diff)
downloadsamba-9342df70273f7c52ba1c6015c7e4addff7f78a4f.tar.gz
samba-9342df70273f7c52ba1c6015c7e4addff7f78a4f.tar.bz2
samba-9342df70273f7c52ba1c6015c7e4addff7f78a4f.zip
r24304: patch from Bjoern JAcke <bj@SerNet.DE>:
attached patches add EA support for Solaris. If no one disagrees, can someone check this in please? metze (This used to be commit 81e5afc363e1f0bdc4768c0f5c696f4152fe5b44)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4029a0a10c..0d0fdb1394 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1748,6 +1748,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
AC_CACHE_CHECK([whether xattr interface takes additional options], smb_attr_cv_xattr_add_opt, [