GNOME Bugzilla – Bug 535929
Fix warnings from xReply test in configure.in
Last modified: 2015-03-07 23:27:20 UTC
Here is a fixed version of the xReply checking in configure.in. It uses AC_CHECK_TYPE instead of AC_TRY_COMPILE so that no warnings are emitted. Which I think is nice because now you can run "CFLAGS=-Werror ./configure" to compile gtk+ with warnings as errors.
Created attachment 111848 [details] [review] Use AC_CHECK_TYPE instead of AC_TRY_COMPILE, fixes warnings from xReply test
Seems to be still valid in 3.5.1.