r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solaris
[ira/wip.git] / source / configure.in
index f5ac6052041a8e2897f7ffcb8b3edda0d9cc79fb..1de82464b4a67808ce3a40a8f99a95329531f409 100644 (file)
@@ -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)