--- configure.orig	2009-09-22 22:18:43.000000000 +0200
+++ configure	2009-09-22 22:19:29.000000000 +0200
@@ -18211,7 +18211,7 @@ metacity-$VERSION:
 "
 
 METACITY_MINOR_VERSION=28
-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 "
