From 929619f14565af18bbc6a0c623acda4f73e8ac81 Mon Sep 17 00:00:00 2001 From: Rob Adams Date: Sun, 11 Apr 2004 15:44:12 +0000 Subject: Make the --enable-xinerama switch work properly. Fix for #138562 from 2004-04-11 Rob Adams * configure.in: Make the --enable-xinerama switch work properly. Fix for #138562 from foser@gentoo.org. --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0b44fc4..abd890af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-11 Rob Adams + + * configure.in: Make the --enable-xinerama switch work properly. + Fix for #138562 from foser@gentoo.org. + 2004-04-09 Guntupalli Karunakar * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. diff --git a/configure.in b/configure.in index 1e007b11..5bd34d77 100644 --- a/configure.in +++ b/configure.in @@ -214,7 +214,7 @@ metacity_save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $X_CFLAGS" AC_ARG_ENABLE(xinerama,[ --disable-xinerama disable metacity's use of the Xinerama extension], - try_xinerama=no,try_xinerama=yes) + try_xinerama=$enable_xinerama,try_xinerama=yes) use_solaris_xinerama=no use_xfree_xinerama=no -- cgit v1.2.1