cosmetic change
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 11 Dec 2001 12:56:37 +0000 (12:56 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 11 Dec 2001 12:56:37 +0000 (12:56 +0000)
Original commit message from CVS:
cosmetic change

autogen.sh

index 71dd6ea..dbd780d 100755 (executable)
@@ -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
 }