blob: bbb9c5e9b0a5962ecde797cab794a5f80003f482 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig 2008-03-09 19:48:04.000000000 -0400
+++ configure 2008-03-09 19:48:24.000000000 -0400
@@ -26539,7 +26539,6 @@ echo "${ECHO_T}$have_xrender" >&6; }
if test x$have_xrender = xyes; then
echo "Building with Render"
- METACITY_PC_MODULES="$METACITY_PC_MODULES xrender >= $XRENDER_VERSION"
fi
fi ## have_composite
@@ -31011,7 +31010,7 @@ metacity-$VERSION:
"
METACITY_MINOR_VERSION=22
-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 "
|