--- configure.orig 2008-09-23 00:55:36.000000000 -0400 +++ configure 2008-09-23 00:55:52.000000000 -0400 @@ -31530,7 +31530,7 @@ metacity-$VERSION: " METACITY_MINOR_VERSION=24 -if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then +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 -n "Use 2.$stable_version.x for stable "