GNOME Bugzilla – Bug 341854
Verification of Xtst, Xdamage and Xfixes aren't done correct
Last modified: 2006-07-20 22:57:40 UTC
In some distributions, for me it's happened in Ubuntu 5.10, the Xtst, Xdamage and Xfixes are detected in the system, but the the AC_DEFINE ins't called in the configure script, so, if these extensions are correctly instaled, they are not used.
Created attachment 65500 [details] [review] this patch call AC_DEFINE in a condition that is not verified I don't know exactly what is the behavior of AC_CHECK_LIB, but I think that it's initially search for libs in the default lib directory and in Ubuntu 5.10 is in this directory where the Xtst, Xdamage and Xfixes are, so in the first if the condition is FALSE and the code that calls AC_DEFINE is never called.
Fixed in CVS. The fix will go into the next patch release. Thank you for your bug report. Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
*** Bug 316485 has been marked as a duplicate of this bug. ***