Add check for lxml package if Python is enabled
commitc0bde0dbf487a9450c04472ccef10a9078e2333d
authorMatthew Brush <mbrush@codebrainz.ca>
Sun, 7 Feb 2016 18:35:48 +0000 (7 10:35 -0800)
committerThomas Martitz <kugel@rockbox.org>
Tue, 16 Feb 2016 05:52:09 +0000 (16 06:52 +0100)
treeb47863f86074b7642941a155c68c56af9726ac8d
parent8033e2618010a5ae67e456cf39222a4ba6af8ebd
Add check for lxml package if Python is enabled

This prevents a make-time error later if it can't be imported. lxml is
considered optional so there's no build failure if Python doesn't exist or if
the lxml package can't be imported.
m4/geany-docutils.m4