summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-02-11 10:08:07 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-02-11 10:08:07 -0500
commitdf4fc8e66daef31fb4d6dba92ad2b590043c2c16 (patch)
tree62b40b69cbea9205c9317841cdde5cd6d2e006c7 /configure.ac
parent4942d87b8f285b5c297850243f2321fe52417d89 (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.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 408641f..556a2bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,6 @@ AC_PROG_INSTALL
# Checks for pkg-config packages
PKG_CHECK_MODULES(XLSFONTS, x11)
-XLSFONTS_CFLAGS="$CWARNFLAGS $XLSFONTS_CFLAGS"
AC_SUBST(XLSFONTS_CFLAGS)
AC_SUBST(XLSFONTS_LIBS)