# HG changeset patch # User David Demelier # Date 1553895475 -3600 # Node ID 2518b376c5599b5b7f42d760b59d5a21b2fc3136 # Parent 108c055d908ec80ad2f3bb4487498ba7443417d1 lib/libxml2: enable PYTHON by default for misc/itstool diff -r 108c055d908e -r 2518b376c559 lib/libxml2/libxml2.sh --- a/lib/libxml2/libxml2.sh Fri Mar 29 22:28:57 2019 +0100 +++ b/lib/libxml2/libxml2.sh Fri Mar 29 22:37:55 2019 +0100 @@ -31,7 +31,7 @@ : ${LIBS:=} : ${ICU:=no} : ${LZMA:=no} -: ${PYTHON:=no} +: ${PYTHON:=yes} : ${ZLIB:=no} if [ "$ICU" = "yes" ]; then