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

metze at samba.org metze at samba.org
Sat Sep 9 11:03:14 GMT 2006


Author: metze
Date: 2006-09-09 11:03:12 +0000 (Sat, 09 Sep 2006)
New Revision: 18305

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

Log:
get some more debug output to fix the build on sambajail

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-09 10:29:13 UTC (rev 18304)
+++ branches/SAMBA_4_0/source/lib/popt/samba.m4	2006-09-09 11:03:12 UTC (rev 18305)
@@ -1,9 +1,11 @@
 m4_include(lib/popt/libpopt.m4)
 
 if test x"$POPTOBJ" = "x"; then
+	echo "LIBPOPT as SMB_EXT_LIB" 
 	SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
 	SMB_ENABLE(LIBPOPT,YES)
 else
+	echo "LIBPOPT as SMB_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