svn commit: samba r18326 - in branches/SAMBA_4_0/source/lib/popt: .

metze at samba.org metze at samba.org
Sun Sep 10 10:58:15 GMT 2006


Author: metze
Date: 2006-09-10 10:58:15 +0000 (Sun, 10 Sep 2006)
New Revision: 18326

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

Log:
these are not used anymore, I found the bug on *BSD
it's the broken BSD make again where we endup with this:

... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o

metze
Modified:
   branches/SAMBA_4_0/source/lib/popt/samba.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/popt/samba.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/samba.m4	2006-09-10 10:43:31 UTC (rev 18325)
+++ branches/SAMBA_4_0/source/lib/popt/samba.m4	2006-09-10 10:58:15 UTC (rev 18326)
@@ -1,11 +1,9 @@
 m4_include(lib/popt/libpopt.m4)
 
 if test x"$POPTOBJ" = "x"; then
-	echo "LIBPOPT as EXT_LIB" 
 	SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
 	SMB_ENABLE(LIBPOPT,YES)
 else
-	echo "LIBPOPT as SUBSYSTEM" 
 	SMB_SUBSYSTEM(LIBPOPT,
 	[lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [], [-Ilib/popt])
 fi



More information about the samba-cvs mailing list