about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-10 17:13:19 +0000
committerJames Booth <boothj5@gmail.com>2013-02-10 17:13:19 +0000
commite922568770532e6fda63bf1865832fc7fd7f00ee (patch)
treef303e03630c04c879fd5694753713ad162a05ca1 /configure.ac
parent59e9b10d191881c2cc344616c5b788cf056da616 (diff)
downloadprofani-tty-e922568770532e6fda63bf1865832fc7fd7f00ee.tar.gz
Added resource_presence_t and contact_presence_t
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2a0ee91..f6c9ba3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ if test "x$enable_notifications" != xno; then
 fi
 
 # Default parameters
-AM_CFLAGS="-Wall"
+AM_CFLAGS="-Wall -Werror"
 LIBS="$LIBS $DEPS_LIBS $NOTIFY_LIBS"
 
 AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"