blob: f1eda8638554c83e41e6c4985c66877b80936f7a (
plain) (
tree)
|
|
--- configure.orig Fri Apr 6 09:56:51 2007
+++ configure Fri Apr 6 09:59:52 2007
@@ -29363,7 +29363,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
@@ -34431,7 +34430,7 @@
"
METACITY_MINOR_VERSION=19
-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 "
|