From ca651e2d5e2a599befb6d4daec747cc088c0b729 Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Tue, 12 Feb 2013 12:07:10 +0100 Subject: [PATCH] Invert order of compiler warning flags so they can be overridden --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56e007a4..700fc33a 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_PROG_INSTALL AC_CANONICAL_TARGET dnl turn on warnings -[CXXFLAGS="${CXXFLAGS} -Wall -Wextra"] +[CXXFLAGS="-Wall -Wextra ${CXXFLAGS}"] dnl Checks for options -- GitLab