Import Debian changes 1.9-2.2
[debian/gzip] / debian / patches / disable-Werror.patch
1 diff --git a/configure.ac b/configure.ac
2 index 1f05a7e..7b34c4b 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -93,7 +93,7 @@ AC_DEFUN([gl_GCC_VERSION_IFELSE],
6  )
7  
8  if test "$gl_gcc_warnings" = yes; then
9 -  gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
10 +  gl_WARN_ADD([], [WERROR_CFLAGS])
11    AC_SUBST([WERROR_CFLAGS])
12  
13    nw=