summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-11-02 16:34:14 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-11-06 18:10:56 -0800
commit28d16f8ce9dd6ed681e6bc149878002b093c976f (patch)
tree2b148b5b6746ea60f53522850b5d98388cd928d4 /configure.ac
parent9f94bf9de7607c11ab82667a73a4160d705e355c (diff)
downloadxorg-lib-libXext-28d16f8ce9dd6ed681e6bc149878002b093c976f.tar.gz
Fix CFLAGS/CPPFLAGS so lint works properly
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8c674a9..fa93255 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,6 @@ XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.99.2])
-XEXT_CFLAGS="$CWARNFLAGS $XEXT_CFLAGS"
AC_SUBST(XEXT_CFLAGS)
AC_SUBST(XEXT_LIBS)
@@ -53,7 +52,6 @@ XORG_PROG_RAWCPP
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT
XORG_LINT_LIBRARY([Xext])
-LINT_FLAGS="${LINT_FLAGS} ${XEXT_CFLAGS}"
AC_OUTPUT([Makefile
man/Makefile