changeset 358:2518b376c559

lib/libxml2: enable PYTHON by default for misc/itstool
author David Demelier <markand@malikania.fr>
date Fri, 29 Mar 2019 22:37:55 +0100
parents 108c055d908e
children abdcb45c3187
files lib/libxml2/libxml2.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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