diff options
Diffstat (limited to 'contrib/libxml2/module.defs')
-rw-r--r-- | contrib/libxml2/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs index 519c60887..b495fef3f 100644 --- a/contrib/libxml2/module.defs +++ b/contrib/libxml2/module.defs @@ -7,4 +7,4 @@ LIBXML2.EXTRACT.tarbase = libxml2-2.7.7 # The Python components do not build on MinGW due to the lack of a select() call # in the MinGW environment. LIBXML2.CONFIGURE.extra = \ - --without-python
\ No newline at end of file + --without-python --without-threads |