diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 10:37:21 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 12:23:43 -0500 |
commit | a8b1449bca44bfddd2e7228bb7d514512e4ef30c (patch) | |
tree | a310958c5c581705e201fbb65bfe1461ff8fcff0 /configure.ac | |
parent | 442b50b94eaae9202e76c170738fcc049dcc453d (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.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7a69ecf..43dcd6a 100644 --- a/configure.ac +++ b/configure.ac @@ -40,9 +40,6 @@ AC_PROG_LIBTOOL # Check for dependencies PKG_CHECK_MODULES(DMX, x11 xext xextproto [dmxproto >= 2.2.99.1]) -DMX_CFLAGS="$CWARNFLAGS $DMX_CFLAGS" -AC_SUBST(DMX_CFLAGS) -AC_SUBST(DMX_LIBS) XORG_CHECK_MALLOC_ZERO |