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"