are there any downsides to this? the real reason is mostly i forget to
turn that on when i build for my workstation, and then nothing works
well ;)
does this hurt setups without xinerama?
diff --git a/configure.ac b/configure.ac
index 4e8a632..54eb866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -575,10 +575,10 @@ AC_SUBST(XFTLIBS)
dnl XINERAMA support
dnl ================
-xinerama=no
+xinerama=yes
AC_ARG_ENABLE(xinerama,
-[ --enable-xinerama enable Xinerama extension support],
- xinerama=$enableval, xinerama=no)
+[ --disable-xinerama disable Xinerama extension support],
+ xinerama=$enableval, xinerama=yes)
if test "$xinerama" = yes; then
AC_CHECK_LIB(Xinerama, XineramaQueryScreens,
--
[-]
mkdir /nonexistent
--
To unsubscribe, send mail to [email protected].