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

metze at samba.org metze at samba.org
Fri Nov 16 10:15:27 GMT 2007


Author: metze
Date: 2007-11-16 10:15:26 +0000 (Fri, 16 Nov 2007)
New Revision: 25989

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

Log:
build: use AC_LIBREPLACE_SHLD

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 10:14:48 UTC (rev 25988)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-11-16 10:15:26 UTC (rev 25989)
@@ -17,7 +17,6 @@
 AC_SUBST(BLDSHARED)
 AC_SUBST(LD)
 AC_SUBST(LDFLAGS)
-AC_SUBST(SHLD)
 
 # Assume non-shared by default and override below
 # these are the defaults, good for lots of systems
@@ -25,7 +24,6 @@
 STLD_FLAGS="-rcs"
 BLDSHARED="false"
 LD="${CC}"
-SHLD="${CC}"
 PICFLAG=""
 
 # allow for --with-hostld=gcc
@@ -68,7 +66,6 @@
 		;;
 	*irix*)
 		BLDSHARED="true"
-		SHLD="${PROG_LD}"
 		;;
 	*aix*)
 		BLDSHARED="true"
@@ -112,6 +109,7 @@
 AC_LD_EXPORT_DYNAMIC
 AC_LD_SHLIBEXT
 AC_LD_SONAMEFLAG
+AC_LIBREPLACE_SHLD
 AC_LIBREPLACE_SHLD_FLAGS
 AC_LIBREPLACE_MDLD
 AC_LIBREPLACE_MDLD_FLAGS



More information about the samba-cvs mailing list