]> git.sesse.net Git - mlt/blob - src/modules/xml/configure
Change LC_NUMERIC support to use GLIBC instead of linux define.
[mlt] / src / modules / xml / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6         pkg-config libxml-2.0 > /dev/null 2>&1
7         disable_xml2=$?
8
9         if [ "$disable_xml2" != "0" ]
10         then
11                 echo "- xml2 not found: disabling xml module"
12                 touch ../disable-xml
13         fi
14         exit 0
15 fi