summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-06-07 12:06:00 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:02:38 +0900
commit1e86efa3731d285735a51b93bef8dbfd749ca559 (patch)
treed193ba9ada16c076691478279c09ac785f2c1d73 /image
parent0a291d455065ee1833b6aed69bfbbfb66d8b41af (diff)
downloadutil-image-1e86efa3731d285735a51b93bef8dbfd749ca559.tar.gz
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 'image')
-rw-r--r--image/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Makefile.am b/image/Makefile.am
index 1237aad..d688fca 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libXCBImage.la
xcbinclude_HEADERS = xcb_image.h
-AM_CFLAGS = -Wall
+AM_CFLAGS = $(CWARNFLAGS)
XCB_IMAGE_LIBS = libXCBImage.la