svn commit: samba r2245 - in branches/SAMBA_3_0/source: .

tpot at samba.org tpot at samba.org
Tue Sep 7 23:22:09 GMT 2004


Author: tpot
Date: 2004-09-07 23:22:09 +0000 (Tue, 07 Sep 2004)
New Revision: 2245

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=2245&nolog=1

Log:
Typo fix from trunk.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2004-09-07 23:16:58 UTC (rev 2244)
+++ branches/SAMBA_3_0/source/configure.in	2004-09-07 23:22:09 UTC (rev 2245)
@@ -1216,7 +1216,7 @@
 			if test $ac_cv_prog_cc_Ae = yes; then
 				BLDSHARED="true"
 				SHLD="/usr/bin/ld"
-				LDSHFLAGS="-B symbolic -b -z"
+				LDSHFLAGS="-b -Wl,-B,symbolic,-b,-z"
 				SONAMEFLAG="+h "
 				PICFLAGS="+z"
 			elif test "${GCC}" = "yes"; then
@@ -4236,7 +4236,7 @@
 AC_SUBST(WINBIND_NSS_EXTRA_OBJS)
 AC_SUBST(WINBIND_NSS_EXTRA_LIBS)
 
-# Check the setting of --with-winbindd
+# Check the setting of --with-winbind
 
 AC_ARG_WITH(winbind,
 [  --with-winbind          Build winbind (default, if supported by OS)],



More information about the samba-cvs mailing list