summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-02-16 10:37:21 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-02-20 09:43:03 -0500
commit4debc545611edd35f8fd35a52f4adf4263e49200 (patch)
treeeefbcefd097a7e09eab8cb3a3ffac6586546a86e /configure.ac
parentd7e421f97db74332783ae885f6835f84133c92b5 (diff)
config: move CWARNFLAGS from configure.ac to Makefile.am
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f8ef5e9..8aaa9d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,6 @@ AC_PROG_SED
# Checks for pkg-config packages
PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.2.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 1.9.99.902])
-XI_CFLAGS="$CWARNFLAGS $XI_CFLAGS"
-AC_SUBST(XI_CFLAGS)
-AC_SUBST(XI_LIBS)
# Check for xmlto and asciidoc for man page conversion
# (only needed by people building tarballs)