svn commit: samba r25985 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Fri Nov 16 08:38:33 GMT 2007


Author: metze
Date: 2007-11-16 08:38:32 +0000 (Fri, 16 Nov 2007)
New Revision: 25985

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

Log:
build: SHLD_UNDEF_FLAGS isn't used anymore

metze

Modified:
   branches/SAMBA_4_0/source/build/m4/check_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-11-16 08:35:48 UTC (rev 25984)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-11-16 08:38:32 UTC (rev 25985)
@@ -18,7 +18,6 @@
 AC_SUBST(LD)
 AC_SUBST(LDFLAGS)
 AC_SUBST(SHLD)
-AC_SUBST(SHLD_UNDEF_FLAGS)
 
 # Assume non-shared by default and override below
 # these are the defaults, good for lots of systems
@@ -46,7 +45,6 @@
 case "$host_os" in
 	*linux*)
 		BLDSHARED="true"
-		SHLD_UNDEF_FLAGS="-Wl,--allow-shlib-undefined"
 		LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
 		;;
 	*solaris*)



More information about the samba-cvs mailing list