mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fixed a typo
Original commit message from CVS: Fixed a typo
This commit is contained in:
parent
baf7b1747c
commit
1a89a48b70
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ libtool_minor=`echo $libtool_version | cut -d. -f2`
|
|||
libtool_micro=`echo $libtool_version | cut -d. -f3`
|
||||
if [ $libtool_major -lt 1 -o $libtool_minor -lt 3 -o $libtool_micro -lt 5 ];then
|
||||
echo
|
||||
echo "You must have libtool 1.3.5 or greater to compile $packate."
|
||||
echo "You must have libtool 1.3.5 or greater to compile $package."
|
||||
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.3.5.tar.gz"
|
||||
echo "(or a newer version if it is available)"
|
||||
DIE=1
|
||||
|
|
Loading…
Reference in a new issue