From a64da5dcae1a32675e300b255c6f9049bbba44ab Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Sun, 6 Sep 2009 19:12:59 +0200 Subject: [PATCH] Enable -Wall in compilation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b927d2b..6e4defef 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_PROG_LIBTOOL AC_PROG_INSTALL dnl turn on warnings -[CPPFLAGS="${CPPFLAGS} -Wall"] +[CXXFLAGS="${CXXFLAGS} -Wall"] dnl Checks for options -- GitLab