r18305: get some more debug output to fix the build on sambajail
[bbaumbach/samba-autobuild/.git] / 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