summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-07-30 08:49:13 +0200
committerJens Georg <jensg@openismus.com>2013-07-30 08:54:39 +0200
commit4def1e0bc43d0748cdd4518e4163b7da01fed224 (patch)
treef5a9b4914e4ce24699edcf83705f30172f9b560b
parent105156cfd593300443257fc896da7845dce6c078 (diff)
downloadgssdp-4def1e0bc43d0748cdd4518e4163b7da01fed224.tar.gz
Use GNOME macro for extended compiler warnings
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3ed2bdc..224840c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,8 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz])
AM_MAINTAINER_MODE([enable])
+GNOME_COMPILE_WARNINGS
+
AM_SILENT_RULES([yes])
AC_SEARCH_LIBS([strerror],[cposix])