1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00

autogen: Only check for libtoolize

The system /usr/bin/libtool may not be in all installations.
This commit is contained in:
Colin Walters 2012-01-27 06:56:23 -05:00
parent 1c989278d9
commit ca03efc4bf

View File

@ -16,7 +16,7 @@ DIE=0
DIE=1
}
(libtool --version) < /dev/null > /dev/null 2>&1 || {
(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile libxml."
echo "Download the appropriate package for your distribution,"