0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-29 00:32:34 +08:00

Merge pull request #2193 from warriorkitty/patch-1

Fix small typo
This commit is contained in:
Luca Boccassi 2016-11-04 13:30:38 +00:00 committed by GitHub
commit 8f577248b7

View File

@ -20,7 +20,7 @@
# Script to generate all required files from fresh git checkout.
# Debian and Ubuntu do not shipt libtool anymore, but OSX does not ship libtoolize.
# Debian and Ubuntu do not ship libtool anymore, but OSX does not ship libtoolize.
command -v libtoolize >/dev/null 2>&1
if [ $? -ne 0 ]; then
command -v libtool >/dev/null 2>&1