summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in2
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)