summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-02-11 10:08:06 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-02-11 10:08:06 -0500
commit2e8280347b96968c847cc4fcf1eee186d458415b (patch)
treedc553f5f011f09391a99747746c5d267318a173c /configure.ac
parent7e3f7e18ac6edbfb515eac97b7646f766d916d85 (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 2613358..b7f678a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,6 @@ fi
AC_SUBST([RGB_DB_TYPE])
AC_SUBST([RGB_DB_FILES])
AM_CONDITIONAL(RGB_DB, [test x$db_type != xtext])
-RGB_CFLAGS="$CWARNFLAGS $RGB_CFLAGS"
AC_SUBST(RGB_CFLAGS)
AC_OUTPUT([Makefile])