Description: do not use -Werror
 -Werror gratuitously makes packages FTBFS, so it should not be used by
 default.
Author: Marco d'Itri <md@linux.it>

--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ case "$target_os" in
 esac
 
 # enable warnings/errors/security
-AX_CFLAGS_GCC_OPTION(-Wall -Werror, WCFLAGS)
+AX_CFLAGS_GCC_OPTION(-Wall, WCFLAGS)
 AX_CFLAGS_GCC_OPTION(-Wformat -Wformat-security, WCFLAGS)
 AC_LD_RELRO
 AC_CC_PIE
