diff --git a/setup.py b/setup.py index 508f60a..fb9b0c1 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run(self): else: # TODO: 'command = "sh configure --disable-nls --disable-shared-libs"'? - command = "sh configure --disable-shared-libs --with-zlib=no" + command = "sh configure --disable-nls --disable-shared-libs --with-zlib=no" output = self._RunCommand(command) print_line = False