Commit 757fcfc9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

bootstrap: Fix previous commit (oops I did it again).

parent 710b2c48
......@@ -99,7 +99,7 @@ esac
# Check for libtool
libtoolize="no"
if test -x extras/contrib/bin/libtoolize --version > /dev/null 2>&1; then
if test -x extras/contrib/bin/libtoolize; then
libtoolize="extras/contrib/bin/libtoolize"
elif glibtoolize --version >/dev/null 2>&1; then
libtoolize="glibtoolize"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment