summaryrefslogblamecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
blob: 12c92dff9729c527c61da5d0ea11bc461f0bee97 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                              
--- configure.orig  2009-05-03 11:51:58.000000000 +0200
+++ configure   2009-05-03 11:52:25.000000000 +0200
@@ -23826,7 +23826,7 @@
 "
 
 METACITY_MINOR_VERSION=27
-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 "