fixed libtool error

This commit is contained in:
TLINDEN
2015-06-19 14:26:08 +02:00
parent d26e018db6
commit dc37cccc18

View File

@@ -72,7 +72,7 @@ fi
if test "$mode" = "config"; then
mkdir -p ./config
if ! command -v libtool >/dev/null 2>&1; then
if ! command -v libtoolize >/dev/null 2>&1; then
echo "could not find libtool." 1>&2
exit 1
fi