summaryrefslogtreecommitdiff
path: root/source4/lib/popt/samba.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/popt/samba.m4')
-rw-r--r--source4/lib/popt/samba.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/popt/samba.m4 b/source4/lib/popt/samba.m4
index 86a79f1c6a..88676f1b34 100644
--- a/source4/lib/popt/samba.m4
+++ b/source4/lib/popt/samba.m4
@@ -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