Skip to content

Commit

Permalink
libtool fix for newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Sep 10, 2016
1 parent 522d13a commit eb38a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
exit 1
fi

which libtool
which libtool || which libtoolize
if ! test $? -eq 0
then
echo "error, install libtool"
Expand Down

0 comments on commit eb38a0d

Please sign in to comment.