[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Mar 4 15:47:38 PST 2015
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Mar 4 15:47:25 2015 -0800
Fix previous commit
I misunderstood how which works.
diff --git a/autogen.sh b/autogen.sh
index ee980cf..ff1b0c0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
}
More information about the HarfBuzz
mailing list