about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-26 00:01:34 +0000
committerJames Booth <boothj5@gmail.com>2012-11-26 00:01:34 +0000
commite131afdb125f9c7fbf19ad6a0ebeee65ff38d3ba (patch)
treee2407a0477383cebcce8118c58753f91b7c6a9fd /configure.ac
parent4aee534725241e3d2daccaee4b271b4ade115f18 (diff)
downloadprofani-tty-e131afdb125f9c7fbf19ad6a0ebeee65ff38d3ba.tar.gz
windows tidy up
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 6b83f0a7..4e239831 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ PKG_CHECK_MODULES([DEPS], [openssl glib-2.0 libcurl])
 PKG_CHECK_MODULES([NOTIFY], [libnotify], [], 
     [AC_MSG_NOTICE([libnotify module not found])])
 
-AM_CFLAGS="-Wall "
+AM_CFLAGS="-Wall -Werror"
 LIBS="$LIBS $DEPS_LIBS $NOTIFY_LIBS"
 
 AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"