diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 10:37:21 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 10:37:21 -0500 |
commit | a3e03bb23bf7a92bf20d51eebe692e0a4f667065 (patch) | |
tree | 8f00f624008aac927f0a37c3a6ddd160d1006f29 /configure.ac | |
parent | 8198d1490959d49573790405e205a471ac7a5b98 (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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index cda2349..9d88411 100644 --- a/configure.ac +++ b/configure.ac @@ -69,10 +69,6 @@ AC_SUBST([XCURSORPATH_LIST]) # Check for X PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11 fixesproto) AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes]) -XCURSOR_CFLAGS="$CWARNFLAGS $XCURSOR_CFLAGS" -AC_SUBST(XCURSOR_CFLAGS) -AC_SUBST(XCURSOR_LIBS) - dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT |