diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-06-07 12:06:00 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-11-12 18:08:41 -0800 |
commit | e61fc10ae25a075bc360d3e290ef5c21d629a547 (patch) | |
tree | e6039f396717cc13aaaa5c0af342e1f5e14aff4a /reply | |
parent | cbbdf0f622ed3a8642e30198940e24117baaf55e (diff) |
Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to turn on more warnings for each
This is the first of two fixes needed to get xcb-util building on
Solaris.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'reply')
-rw-r--r-- | reply/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reply/Makefile.am b/reply/Makefile.am index 504c68d..06b03c8 100644 --- a/reply/Makefile.am +++ b/reply/Makefile.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libXCBReply.la xcbinclude_HEADERS = xcb_reply.h -AM_CFLAGS = -Wall +AM_CFLAGS = $(CWARNFLAGS) XCB_REPLY_LIBS = libXCBReply.la |