configure.in: it's git, not Subversion

Bug #635493
This commit is contained in:
Diego Escalante Urrelo 2010-11-22 02:19:56 -05:00
parent b031543f5a
commit 0b6d6e517d

View File

@ -574,7 +574,7 @@ if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
stable_version=`expr $MUTTER_MINOR_VERSION - 1`
echo "This is the UNSTABLE branch of mutter"
echo -n "Use 2.$stable_version.x for stable "
echo "(gnome-2-$stable_version branch in Subversion)"
echo "(gnome-2-$stable_version branch in git)"
else
echo "This is the stable branch of mutter"
fi