r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this got...
authorGerald Carter <jerry@samba.org>
Tue, 18 Oct 2005 16:05:34 +0000 (16:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:03 +0000 (11:05 -0500)
(This used to be commit 490dbc64f7ae2006624039da6b450ba4aca56dd4)

source3/configure.in

index 1aaf65e13ffdf03481b9803c1d74e2cc04efa3ac..98c6dd5df49d5ac01ea169b79104134ca2edf47a 100644 (file)
@@ -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)