--- configure.orig	2009-03-17 18:59:17.000000000 +0100
+++ configure	2009-03-17 19:00:03.000000000 +0100
@@ -23806,7 +23806,7 @@
 "
 
 METACITY_MINOR_VERSION=26
-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 "
