summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-12-01 22:54:57 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-12-01 22:54:57 +0000
commit3b1e91342e54fe873b7cd12563520a98a4085c1f (patch)
treed94f987bb7e7bdd8a2a542f1a6b0249be10550ac /configure.in
parente7cef5bbcb22880c5257fb581d501bd5e38b99b3 (diff)
downloadmetacity-3b1e91342e54fe873b7cd12563520a98a4085c1f.tar.gz
gnome-doc-tools version doesn't need to be so high. disable the entire
* configure.in: gnome-doc-tools version doesn't need to be so high. * src/compositor/compositor-xrender.c: disable the entire file if the compositor is disabled. * src/core/async-getprop.[ch]: fixes for -Wall * src/core/iconcache.c: fixes for -Wall * src/core/testasyncgetprop.c: fixes for -Wall * src/core/xprops.c: fixes for -Wall svn path=/trunk/; revision=4045
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 871c5dee..6e7c99a5 100644
--- a/configure.in
+++ b/configure.in
@@ -231,7 +231,7 @@ fi
if test x$have_xcomposite = xyes; then
METACITY_PC_MODULES="$METACITY_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage"
- AC_DEFINE(HAVE_COMPOSITE_EXTENSIONS, , [Building with compositing manager support])
+ AC_DEFINE(HAVE_COMPOSITE_EXTENSIONS, 1, [Building with compositing manager support])
echo "Building with compositing manager"
## force on render also
@@ -487,7 +487,7 @@ fi
CFLAGS="$CFLAGS -Wall -Werror -ansi"
# Use gnome-doc-utils:
-GNOME_DOC_INIT([0.9.0])
+GNOME_DOC_INIT([0.8.0])
AC_CONFIG_FILES([
Makefile