autogen.sh: typo fix in previous commit

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-02-08 19:52:38 +01:00
parent 7e38c27012
commit ed56b238d5

View file

@ -51,7 +51,7 @@ ltver=$(libtoolize --version | awk '/^libtoolize/ { print $4 }')
test ${ltver##2.} = "$ltver" && {
echo "You must have libtool version >= 2.x.x, but you have $ltver."
DIE=1
}
}
if test "$DIE" -eq 1; then
exit 1