mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
cosmetic change
Original commit message from CVS: cosmetic change
This commit is contained in:
parent
2652e7e520
commit
0ddb05d705
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