Skip to content

Commit 61b3f22

Browse files
committed
Try to fix Travis build
1 parent d7c36b6 commit 61b3f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ $? -ne 0 ]; then
4040
fi
4141

4242
# Generate files to build shared libraries
43-
command -v libtool > /dev/null 2>&1
43+
command -v libtoolize > /dev/null 2>&1
4444
if [ $? -ne 0 ]; then
4545
echo "autogen.sh: error: could not find libtool." 1>&2
4646
echo "libtool is required to run autogen.sh." 1>&2

0 commit comments

Comments
 (0)