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

metze at samba.org metze at samba.org
Tue Nov 7 15:21:18 GMT 2006


Author: metze
Date: 2006-11-07 15:21:18 +0000 (Tue, 07 Nov 2006)
New Revision: 19622

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

Log:
- remove unused var
- fix default for enable-dso to no

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	2006-11-07 14:13:59 UTC (rev 19621)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-11-07 15:21:18 UTC (rev 19622)
@@ -186,12 +186,12 @@
 	    AC_MSG_ERROR([we cannot link with the selected cc and ld flags. Aborting configure]),
 	    AC_MSG_WARN([cannot run when cross-compiling]))
 
-try_dso=no
 USESHARED=false
 AC_SUBST(USESHARED)
 
 AC_ARG_ENABLE(dso,
-[  --enable-dso 		Enable using shared libraries internally (experimental)])
+[  --enable-dso 		Enable using shared libraries internally (experimental)],
+[],[enable_dso=no])
 
 if test x"$enable_dso" = x"yes" -a x"$BLDSHARED" != x"true"; then
 	AC_MSG_ERROR([--enable-dso: no support for shared libraries])



More information about the samba-cvs mailing list