autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
Author: Behdad Esfahbod <beh...@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
 }
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to