summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-01 21:54:11 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-01 21:54:11 -0700
commit5e33ed3a2852a84fbbeb4fb4172928053cf677bf (patch)
treefd8985c1c4c23215f2ebed63244dc45bcfd02c05 /configure.ac
parentf1974e686a9622fa526268697d29ceab83edf0d0 (diff)
Move CWARNFLAGS addition to CFLAGS from configure.ac to Makefile.am
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2b8bb5c..69a7118 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@ XORG_CWARNFLAGS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XDPYINFO, xext x11 xtst)
-XDPYINFO_CFLAGS="$CWARNFLAGS $XDPYINFO_CFLAGS"
AC_SUBST(XDPYINFO_CFLAGS)
AC_SUBST(XDPYINFO_LIBS)