aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/metacity/files/patch-configure
blob: dc37d41d93d6ced26c4ab5c795e9ec4e57d7b444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 "