mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
Fix previous commit
I misunderstood how which works.
This commit is contained in:
parent
6763e21afb
commit
7481bd49d5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ which pkg-config || {
|
|||
}
|
||||
|
||||
echo -n "checking for libtoolize... "
|
||||
which glibtoolize libtoolize || {
|
||||
which glibtoolize || which libtoolize || {
|
||||
echo "*** No libtoolize (libtool) found, please install it ***"
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue