about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-04 02:35:10 +0000
committerJames Booth <boothj5@gmail.com>2013-02-04 02:35:10 +0000
commit8230275f03c2719012977e679aba7e60be277b15 (patch)
tree61cac9bd3047ed97fb4bc792e843cfe95c22c63e /configure.ac
parentc283908cc1f0678ebe1ea27ee2e8d7ac05c5e737 (diff)
downloadprofani-tty-8230275f03c2719012977e679aba7e60be277b15.tar.gz
Removed -Werror
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 f6c9ba3a..a2a0ee91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ if test "x$enable_notifications" != xno; then
 fi
 
 # Default parameters
-AM_CFLAGS="-Wall -Werror"
+AM_CFLAGS="-Wall"
 LIBS="$LIBS $DEPS_LIBS $NOTIFY_LIBS"
 
 AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"