diff options
author | James Booth <boothj5@gmail.com> | 2013-02-04 02:35:10 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-02-04 02:35:10 +0000 |
commit | 8230275f03c2719012977e679aba7e60be277b15 (patch) | |
tree | 61cac9bd3047ed97fb4bc792e843cfe95c22c63e | |
parent | c283908cc1f0678ebe1ea27ee2e8d7ac05c5e737 (diff) | |
download | profani-tty-8230275f03c2719012977e679aba7e60be277b15.tar.gz |
Removed -Werror
-rw-r--r-- | configure.ac | 2 |
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" |