From d052782caf05c7663fe2318a7c2d1365e87f4d87 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Wed, 19 Dec 2007 04:34:11 +0000 Subject: [PATCH] compositor enabled by default. 2007-12-18 Thomas Thurman * configure.in: compositor enabled by default. svn path=/trunk/; revision=3484 --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10e5a341b..f46e32590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-18 Thomas Thurman + + * configure.in: compositor enabled by default. + 2007-12-18 Iain Holmes * configure.in, src/theme.c, src/display.c, diff --git a/configure.in b/configure.in index ddc1f6164..6e5104c0d 100644 --- a/configure.in +++ b/configure.in @@ -223,8 +223,8 @@ if test x$enable_compositor = xyes; then have_xcomposite=yes echo "CompositeExt support forced on" elif test x$enable_compositor = xauto; then - echo "Not building compositing manager by default now, must enable explicitly to get it." - have_xcomposite=no + echo "Building compositing manager by default now." + have_xcomposite=yes else have_xcomposite=no fi