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:
parent
1c989278d9
commit
ca03efc4bf
@ -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,"
|
||||
|
Loading…
x
Reference in New Issue
Block a user