Fix previous commit
I misunderstood how which works.
This commit is contained in:
parent
6763e21afb
commit
7481bd49d5
@ -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…
Reference in New Issue
Block a user