diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-10 10:58:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:09 -0500 |
commit | 354bf04db976889d68aadddc27823d848e27b894 (patch) | |
tree | 087125d48db6a5ea5cd83346588b3850235dd5d0 /source4 | |
parent | aab0622a75767d5d10068236b5dabcb75e321ae5 (diff) | |
download | samba-354bf04db976889d68aadddc27823d848e27b894.tar.gz samba-354bf04db976889d68aadddc27823d848e27b894.tar.bz2 samba-354bf04db976889d68aadddc27823d848e27b894.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
(This used to be commit 97d73452c55c7110f25687d33e026f326a43b03c)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/popt/samba.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/popt/samba.m4 b/source4/lib/popt/samba.m4 index 2ac084248f..86a79f1c6a 100644 --- a/source4/lib/popt/samba.m4 +++ b/source4/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 |