From ea0399b23455452253910c53c5774975e0944d19 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Jul 2008 15:07:14 +0000 Subject: [PATCH] Default to linking against Xinerama again, so that we can fallback to * configure.in: Default to linking against Xinerama again, so that we can fallback to Xinerama when broken X drivers make Xrandr useless. Sigh. svn path=/trunk/; revision=20891 --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba8d0325c..a566439ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-21 Matthias Clasen + + * configure.in: Default to linking against Xinerama again, + so that we can fallback to Xinerama when broken X drivers + make Xrandr useless. Sigh. + 2008-07-21 Matthias Clasen * configure.in: Bump version diff --git a/configure.in b/configure.in index a3b9fe9f7..dc6b188f9 100644 --- a/configure.in +++ b/configure.in @@ -228,7 +228,7 @@ AC_ARG_ENABLE(xkb, AC_ARG_ENABLE(xinerama, [AC_HELP_STRING([--enable-xinerama], [support xinerama extension if available [default=yes]])],, - [enable_xinerama="no"]) + [enable_xinerama="yes"]) AC_ARG_ENABLE(rebuilds, [AC_HELP_STRING([--disable-rebuilds], [disable all source autogeneration rules])],,