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:
parent
c043cd4dae
commit
929619f145
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user