mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
cosmetics
Original commit message from CVS: cosmetics
This commit is contained in:
parent
3a8849819c
commit
b1600d78e4
1 changed files with 2 additions and 2 deletions
|
@ -72,13 +72,13 @@ version_check ()
|
|||
fi
|
||||
|
||||
if test ! -z "$WRONG"; then
|
||||
echo "- found $pkg_version, not ok !"
|
||||
echo " found $pkg_version, not ok !"
|
||||
echo
|
||||
echo "You must have $PACKAGE $VERSION or greater to compile $package."
|
||||
echo "Get the latest version from $URL"
|
||||
return 1
|
||||
else
|
||||
echo "- found $pkg_version, ok."
|
||||
echo " found $pkg_version, ok."
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue