summaryrefslogtreecommitdiff
path: root/lib/tdb/autogen.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-18 19:49:53 +0000
committerJelmer Vernooij <jelmer@samba.org>2008-12-18 19:49:53 +0000
commit8c1ede0b32fd0974f7161cadf29f13a25210e4ee (patch)
treece7dccc194c43b2cfa51b73b53fd72136777a65b /lib/tdb/autogen.sh
parent2da551bbcc6cab296769c193b0b82aaa6256cece (diff)
downloadsamba-8c1ede0b32fd0974f7161cadf29f13a25210e4ee.tar.gz
samba-8c1ede0b32fd0974f7161cadf29f13a25210e4ee.tar.bz2
samba-8c1ede0b32fd0974f7161cadf29f13a25210e4ee.zip
Remove swig use from tdb standalone build.
Diffstat (limited to 'lib/tdb/autogen.sh')
-rwxr-xr-xlib/tdb/autogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tdb/autogen.sh b/lib/tdb/autogen.sh
index 88ac4cfcf7..bf84eeee19 100755
--- a/lib/tdb/autogen.sh
+++ b/lib/tdb/autogen.sh
@@ -9,8 +9,6 @@ autoheader $IPATHS || exit 1
rm -rf autom4te.cache
-swig -O -Wall -python -keyword tdb.i # Ignore errors for now
-
echo "Now run ./configure and then make."
exit 0