diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-18 21:24:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:05 -0500 |
commit | f31caeae5088fa9f2f82577ca91b1fa0d160b151 (patch) | |
tree | 4ae09dbed0058e1c4ebcdbbbfb3197babfc94237 /source3 | |
parent | 81f1e1f86905c7d5bd5e91b141b752a3ebd4ea9d (diff) | |
download | samba-f31caeae5088fa9f2f82577ca91b1fa0d160b151.tar.gz samba-f31caeae5088fa9f2f82577ca91b1fa0d160b151.tar.bz2 samba-f31caeae5088fa9f2f82577ca91b1fa0d160b151.zip |
r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solaris
(This used to be commit 056bf816284a473b8419fccf62a54813317043b7)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index f5ac605204..1de82464b4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4305,7 +4305,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" + ACL_LIBS="$ACL_LIBS -lsec" ;; *hpux*) AC_MSG_RESULT(Using HPUX ACLs) |