mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-05-27 09:41:02 +03:00
autogen: Only check for libtoolize
/usr/bin/libtool may not be in all installations.
This commit is contained in:
parent
fe5a4fa33e
commit
1339da2997
@ -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 libxslt."
|
||||
echo "Download the appropriate package for your distribution,"
|
||||
|
Loading…
x
Reference in New Issue
Block a user