--- byzanz-0.2.2.orig/configure.ac
+++ byzanz-0.2.2/configure.ac
@@ -5,7 +5,7 @@
 PACKAGE=byzanz
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION($PACKAGE, TOOLS_VERSION, 0, 2, 2, 0, BYZANZ_CVS="no", BYZANZ_CVS="yes")
+AS_VERSION($PACKAGE, TOOLS_VERSION, 0, 2, 2, 1, BYZANZ_CVS="no", BYZANZ_CVS="yes")
 
 dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
 AM_MAINTAINER_MODE
@@ -21,7 +21,7 @@
 AC_PROG_INTLTOOL
 
 dnl the gettext stuff needed
-ALL_LINGUAS="ar ca cs da de dz el en_GB es fi fr gl hu it ja nb oc pl pt_BR ru sl sv tr vi zh_CN"
+ALL_LINGUAS="ar ca cs da de dz el en_GB es fi fr gl hu id it ja nb oc pl pt_BR ru sl sv tr vi zh_CN"
 GETTEXT_PACKAGE=$PACKAGE
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
@@ -37,10 +37,10 @@
 
 dnl decide on error flags
 AS_COMPILER_FLAGS(ERROR_CFLAGS, "-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs -Wundef -Waggregate-return -Wmissing-format-attribute -Wnested-externs -Wunsafe-loop-optimizations -Wpacked -Winvalid-pch -Wsync-nand")
-if test "x$BYZANZ_CVS" = "xyes"
-then
-  AS_COMPILER_FLAGS(ERROR_CFLAGS, "-Werror")
-fi
+#if test "x$BYZANZ_CVS" = "xyes"
+#then
+#  AS_COMPILER_FLAGS(ERROR_CFLAGS, "-Werror")
+#fi
 
 AC_HEADER_STDC([])
 AC_C_INLINE
