Fix previous commit

I misunderstood how which works.
This commit is contained in:
Behdad Esfahbod 2015-03-04 15:47:25 -08:00
parent 6763e21afb
commit 7481bd49d5
1 changed files with 1 additions and 1 deletions

View File

@ -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
}