summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-01-19 14:22:32 +0000
committerStefan Metzmacher <metze@samba.org>2004-01-19 14:22:32 +0000
commit8a102d1aae2720bbc8d50dc3decb13839f02af60 (patch)
treeae018b2ca9d68f7f65f06d6b489169a9a1a4da47 /source4/configure.in
parentdc5f5d8a1bf1c775fe07f3fdb0bc6b5bdbd4dc77 (diff)
downloadsamba-8a102d1aae2720bbc8d50dc3decb13839f02af60.tar.gz
samba-8a102d1aae2720bbc8d50dc3decb13839f02af60.tar.bz2
samba-8a102d1aae2720bbc8d50dc3decb13839f02af60.zip
remove all unused stuff from Makefile.in
and some stuff from configure.in and dynconfig.[ch] make all makes bin/gentest bin/masktest bin/smbd bin/locktest bin/smbclient bin/smbtorture bin/ndrdump now metze (This used to be commit e0043693a66a319ab7fef0e4202239c0b5d4bff8)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/configure.in b/source4/configure.in
index e615a31cee..78cc870963 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -81,8 +81,6 @@ AC_ARG_WITH(piddir,
;;
esac])
-sinclude(web/config.m4)
-
#################################################
# set configuration directory location
AC_ARG_WITH(configdir,
@@ -240,7 +238,7 @@ default_shared_modules=""
if test "x$developer" = xyes; then
default_static_modules="$default_static_modules"
- default_shared_modules="$default_shared_modules charset_weird"
+ default_shared_modules="$default_shared_modules"
fi
#
@@ -2790,7 +2788,6 @@ samba_cv_HAVE_SENDFILEV=yes,samba_cv_HAVE_SENDFILEV=no)])
sinclude(nsswitch/config.m4)
sinclude(popt/config.m4)
-sinclude(python/config.m4)
for i in `echo $default_static_modules | sed -e's/,/ /g'`
do
@@ -2826,7 +2823,6 @@ AC_ARG_WITH(shared-modules,
done
fi ])
-SMB_MODULE(charset_weird, modules/weird.o, "bin/weird.$SHLIBEXT", CHARSET)
SMB_SUBSYSTEM(CHARSET,lib/iconv.o)
sinclude(ntvfs/config.m4)