Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
readams authored and Rob Adams committed Apr 11, 2004
1 parent c043cd4 commit 929619f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 929619f

Please sign in to comment.