mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
Accept glibtoolize as libtoolize
Of course, we don't really run it, autoreconf does. We just err if neither is available. glibtoolize is the name it is shipped under on OS X. Reported by Adam.
This commit is contained in:
parent
02a04e6afb
commit
6763e21afb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ which pkg-config || {
|
|||
}
|
||||
|
||||
echo -n "checking for libtoolize... "
|
||||
which libtoolize || {
|
||||
which glibtoolize libtoolize || {
|
||||
echo "*** No libtoolize (libtool) found, please install it ***"
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue