From 4039c624286061122e3350f9194dba27118ab904 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 16 Feb 2010 10:37:21 -0500 Subject: 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 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a786656..9fa1c68 100644 --- a/configure.ac +++ b/configure.ac @@ -44,9 +44,6 @@ AM_PROG_LIBTOOL AC_PROG_MAKE_SET PKG_CHECK_MODULES(XAU, xproto) -XAU_CFLAGS="$CWARNFLAGS $XAU_CFLAGS" -AC_SUBST(XAU_CFLAGS) -AC_SUBST(XAU_LIBS) AC_ARG_ENABLE(xthreads, AC_HELP_STRING([--disable-xthreads], -- cgit v1.2.3