summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ca44b0..2d39f16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ dnl Select some C flags based on the host type.
AC_CANONICAL_HOST
DEBUG="-g"
-WARNINGS="-Wall -Werror"
+WARNINGS="-Wall"
CFLAGS_FPIC="-fPIC"
WIN32=no
case "$host" in