summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-10 10:58:15 +0000
committerStefan Metzmacher <metze@samba.org>2006-09-10 10:58:15 +0000
commitdaef67244d51f858ccb2034a859095ffe6b86e8d (patch)
tree2b18420db4c993ecc67c0192943ee579e55d4b6b /source/lib
parent0bec0c6cb07f77ebe01a4c261b9bdf8e6ad8ae3e (diff)
downloadsamba-daef67244d51f858ccb2034a859095ffe6b86e8d.tar.gz
samba-daef67244d51f858ccb2034a859095ffe6b86e8d.tar.xz
samba-daef67244d51f858ccb2034a859095ffe6b86e8d.zip
r18326: 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
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/popt/samba.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/source/lib/popt/samba.m4 b/source/lib/popt/samba.m4
index 2ac084248fc..86a79f1c6a2 100644
--- a/source/lib/popt/samba.m4
+++ b/source/lib/popt/samba.m4
@@ -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