diff --git a/server/database/libtdb/actions.py b/server/database/libtdb/actions.py index 028fb42f38..406ee05bd8 100644 --- a/server/database/libtdb/actions.py +++ b/server/database/libtdb/actions.py @@ -25,7 +25,7 @@ def setup(): --bindir=/usr/bin32 \ --disable-python \ " - #else: shelltools.export("LDFLAGS", "-lpthread") + else: shelltools.export("LDFLAGS", "-lpthread") autotools.configure(options) def build():