diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 89d929f3..ae1186e3 100644 --- a/configure.in +++ b/configure.in @@ -198,7 +198,7 @@ fi ## or the render-specific check later have_xrender=no -XCOMPOSITE_VERSION=1.0 +XCOMPOSITE_VERSION=0.2 AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION]) if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then have_xcomposite=yes |