From d6b098f463d185e5ed1b45013bd2600c124b7a3a 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 375745e..d1c8c37 100644 --- a/configure.ac +++ b/configure.ac @@ -41,9 +41,6 @@ AC_PROG_LIBTOOL # Check for dependencies PKG_CHECK_MODULES(XTST, x11 [xext >= 1.0.99.4] xi [recordproto >= 1.13.99.1] [xextproto >= 7.0.99.3] inputproto) -XTST_CFLAGS="$CWARNFLAGS $XTST_CFLAGS" -AC_SUBST(XTST_CFLAGS) -AC_SUBST(XTST_LIBS) # Determine if the source for man pages is available # It may already be present (tarball) or can be generated using xmlto -- cgit v1.2.1