svn commit: samba r11167 - branches/SAMBA_3_0/source trunk/source

jerry at samba.org jerry at samba.org
Tue Oct 18 21:24:43 GMT 2005


Author: jerry
Date: 2005-10-18 21:24:42 +0000 (Tue, 18 Oct 2005)
New Revision: 11167

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11167

Log:
-lsec should be include in $ACL_LIBS and not $LIBS on solaris
Modified:
   branches/SAMBA_3_0/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2005-10-18 21:22:49 UTC (rev 11166)
+++ branches/SAMBA_3_0/source/configure.in	2005-10-18 21:24:42 UTC (rev 11167)
@@ -4305,7 +4305,7 @@
 	*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)

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-10-18 21:22:49 UTC (rev 11166)
+++ trunk/source/configure.in	2005-10-18 21:24:42 UTC (rev 11167)
@@ -4305,7 +4305,7 @@
 	*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)



More information about the samba-cvs mailing list