summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2007-11-22 01:27:32 +0000
committerIain Holmes <iain@src.gnome.org>2007-11-22 01:27:32 +0000
commit9a21032b542dcb854a388536b8f7a88252ef6e90 (patch)
treef836c58994934f137af50b99b8ba217c00e4a721
parent4be0baa6675aeeebf2c56f401c13dc2cdd68c411 (diff)
downloadmetacity-9a21032b542dcb854a388536b8f7a88252ef6e90.tar.gz
Remove bit i missed
svn path=/branches/iains-blingtastic-bucket-o-bling/; revision=3428
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 19a24c43..6016943e 100644
--- a/configure.in
+++ b/configure.in
@@ -531,8 +531,6 @@ METACITY_MINOR_VERSION=metacity_minor_version
if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
echo "This is the UNSTABLE branch of metacity"
- echo "---------------------------------------------"
- echo "You don't want to use this"
echo -n "Use 2.$stable_version.x for stable "
echo "(gnome-2-$stable_version branch in CVS)"
else