Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-11 23:56:11 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-11 23:56:11 (GMT)
commit827b0305955753aef0d3ad524b16bc7809de2fc3 (patch)
tree7a88d8d6594f0354fbe7f2e7dceb132e95aafc75 /configure.ac
parentee39d8f35b7f8649ca2bdbeea87c9a9c4e222e08 (diff)
Enable gcc warnings.
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 3da07c5..24323c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,8 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
+GNOME_COMPILE_WARNINGS(maximum)
+
AM_PATH_PYTHON
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])