summaryrefslogtreecommitdiffstats
path: root/tdb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tdb/autogen.sh')
-rwxr-xr-xtdb/autogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tdb/autogen.sh b/tdb/autogen.sh
index 88ac4cfcf..bf84eeee1 100755
--- a/tdb/autogen.sh
+++ b/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