summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-18 16:05:34 +0000
committerGerald Carter <jerry@samba.org>2005-10-18 16:05:34 +0000
commit7574adceaa48589f2cd439f8b0503c39b68f7439 (patch)
tree9fefa77a65930dbee00c71e109d1de46bc01a873 /source/configure.in
parent2755b4b175c978d6b15a2f0e0b5e9d86df9be296 (diff)
downloadsamba-7574adceaa48589f2cd439f8b0503c39b68f7439.tar.gz
samba-7574adceaa48589f2cd439f8b0503c39b68f7439.tar.xz
samba-7574adceaa48589f2cd439f8b0503c39b68f7439.zip
r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this got broken
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 1aaf65e13ff..98c6dd5df49 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -4311,6 +4311,7 @@ AC_ARG_WITH(acl-support,
*solaris*)
AC_MSG_RESULT(Using solaris ACLs)
AC_DEFINE(HAVE_SOLARIS_ACLS,1,[Whether solaris ACLs are available])
+ LIBS="$LIBS -lsec"
;;
*hpux*)
AC_MSG_RESULT(Using HPUX ACLs)