diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-11 10:08:06 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-11 10:08:06 -0500 |
commit | 8180d8ea42cfdda9ed3828fb28d1a6cd24d951db (patch) | |
tree | e48d4d701dbf6d9e27ba0a230a8e72eb50367963 /configure.ac | |
parent | 04d8b9bfcd40eee452ba080b654dac9281251115 (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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f84c827..c52968e 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,6 @@ AC_PROG_INSTALL PKG_CHECK_MODULES(XCALC, xaw7) -XCALC_CFLAGS="$CWARNFLAGS $XCALC_CFLAGS" AC_SUBST(XCALC_CFLAGS) AC_SUBST(XCALC_LIBS) |