--- configure.orig 2010-04-01 13:44:38.000000000 +0200 +++ configure 2010-04-01 13:45:49.000000000 +0200 @@ -24238,7 +24238,7 @@ " METACITY_MINOR_VERSION=30 -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 "