summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-15 11:51:58 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-15 11:51:58 +0100
commit27e2e181eacfde4fc455c707c7993e85756fb3f1 (patch)
tree689a0ebfb1b11452d1a2af7f1d5c30e5b1b51c67 /configure.ac
parentfc66459c0062e549452958f5bae2d51a95c735bf (diff)
compile with -Wall
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ee34d6c..082724c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,8 @@ AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/GsWidget.H])
AC_CONFIG_HEADER(config.h)
+CPPFLAGS="-Wall $CPPFLAGS"
+
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC