blob: 074648a0f91b3e760918d39e76ed54ff1a21d0f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2008-02-27 10:34:12.000000000 +0100
+++ configure 2008-02-27 10:47:16.000000000 +0100
@@ -31011,7 +31010,7 @@
"
METACITY_MINOR_VERSION=23
-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 "
|