summaryrefslogtreecommitdiff
path: root/lib/tdb/autogen.sh
diff options
context:
space:
mode:
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