GNOME Bugzilla – Bug 580079
Better configure detection of Xinerama on Solaris
Last modified: 2009-06-05 05:47:47 UTC
In OpenSolaris and Solaris Nevada, the Xfree Xinerama interfaces are supported and the Solaris-specific interfaces are now obsolete. However, on Solaris 10 users still need to use the Solaris-specific interfaces. So, I have modified the configure.ac script so it first always looks for the Xfree interfaces. If they aren't found, and the $host is solaris, then the Solaris interfaces are checked. This ensures that the Xfree interfaces are used when available, but that the Solaris specific Xinerama interfaces are used otherwise. Can this patch go upstream?
Created attachment 133242 [details] [review] patch fixing issue
*ping* Can this patch go upstream? I think it is pretty straightforward.
Looks ok to me.
Fixed in GTK+ master. Thanks.