--- xfwm4-4.2.2.orig/configure.ac 2005-05-15 04:43:29.000000000 -0400 +++ xfwm4-4.2.2/configure.ac 2005-10-05 23:30:40.527185680 -0400 @@ -92,7 +92,7 @@ if test x"$enable_compositor" = x"yes"; then if $PKG_CONFIG --exists xcomposite xfixes xdamage xrender 2> /dev/null; then - PKG_CHECK_MODULES(COMPOSITOR, xcomposite >= 1.0 xfixes xdamage xrender) + PKG_CHECK_MODULES(COMPOSITOR, xcomposite >= 0.2 xfixes xdamage xrender) AC_DEFINE([HAVE_COMPOSITOR], [1], [Define to enable compositor]) ENABLE_COMPOSITOR="--enable-compositor" fi