diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-18 16:05:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:03 -0500 |
commit | b39fbaebe8d4af979d2199b65af7ae2a6b1c1971 (patch) | |
tree | a747a7cc8deea914f5e0e21f1596d2e254ce873e | |
parent | 60ec6ce61bc06cfafbf443a74eb91fe4d8782675 (diff) | |
download | samba-b39fbaebe8d4af979d2199b65af7ae2a6b1c1971.tar.gz samba-b39fbaebe8d4af979d2199b65af7ae2a6b1c1971.tar.bz2 samba-b39fbaebe8d4af979d2199b65af7ae2a6b1c1971.zip |
r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this got broken
(This used to be commit 490dbc64f7ae2006624039da6b450ba4aca56dd4)
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 1aaf65e13f..98c6dd5df4 100644 --- a/source3/configure.in +++ b/source3/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) |