1 --- configure.orig 2011-07-03 11:13:03.000000000 +0200
2 +++ configure 2011-10-06 11:59:18.000000000 +0200
5 # If we are compiling with gcc, enable all warning and make warnings errors.
6 if test "$GCC" = yes; then
7 - ENABLE_WARNINGS="-Wall -Winline -Werror"
8 + ENABLE_WARNINGS="-Wall -Winline"
10 ENABLE_WARNINGS=$ENABLE_WARNINGS