After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 535929 - Fix warnings from xReply test in configure.in
Fix warnings from xReply test in configure.in
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.5.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-05-31 15:25 UTC by Björn Lindqvist
Modified: 2015-03-07 23:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use AC_CHECK_TYPE instead of AC_TRY_COMPILE, fixes warnings from xReply test (1.58 KB, patch)
2008-05-31 15:28 UTC, Björn Lindqvist
committed Details | Review

Description Björn Lindqvist 2008-05-31 15:25:52 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.
Comment 1 Björn Lindqvist 2008-05-31 15:28:02 UTC
Created attachment 111848 [details] [review]
Use AC_CHECK_TYPE instead of AC_TRY_COMPILE, fixes warnings from xReply test
Comment 2 André Klapper 2012-05-07 16:35:05 UTC
Seems to be still valid in 3.5.1.