r18305: get some more debug output to fix the build on sambajail
authorStefan Metzmacher <metze@samba.org>
Sat, 9 Sep 2006 11:03:12 +0000 (11:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:05 +0000 (14:18 -0500)
metze
(This used to be commit 13f54d8fa73a2a53dee4911ee65de1debffb76ce)

source4/lib/popt/samba.m4

index 86a79f1c6a216e12212f0f1016c1175a1c5f0166..88676f1b345ab8fa320a7d60d359e174338c7616 100644 (file)
@@ -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