Make the --enable-xinerama switch work properly. Fix for #138562 from

2004-04-11  Rob Adams  <readams@readams.net>

	* configure.in: Make the --enable-xinerama switch work properly.
	Fix for #138562 from foser@gentoo.org.
This commit is contained in:
Rob Adams 2004-04-11 15:44:12 +00:00 committed by Rob Adams
parent c043cd4dae
commit 929619f145
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-11 Rob Adams <readams@readams.net>
* configure.in: Make the --enable-xinerama switch work properly.
Fix for #138562 from foser@gentoo.org.
2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

View File

@ -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