From: Thomas Vander Stichele Date: Tue, 11 Dec 2001 12:56:37 +0000 (+0000) Subject: cosmetic change X-Git-Tag: RELEASE-0_3_0-EVENTFUL~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ddb05d705f9b4c48252d042ff025922d4caa02f;p=platform%2Fupstream%2Fgstreamer.git cosmetic change Original commit message from CVS: cosmetic change --- diff --git a/autogen.sh b/autogen.sh index 71dd6ea..dbd780d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 }