Stop giving -Werror to automake, due to an incompatibility between current
versions of libtool and automake on non-GNU platforms (e.g. Mac OS X).

R=sanjay


git-svn-id: https://snappy.googlecode.com/svn/trunk@68 03e5f5b5-db94-4691-08a0-1a8bf15f6143
diff --git a/configure.ac b/configure.ac
index eb0bb0c..724b560 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@
 AC_CONFIG_MACRO_DIR([m4])
 
 # These are flags passed to automake (though they look like gcc flags!)
-AM_INIT_AUTOMAKE([-Wall -Werror])
+AM_INIT_AUTOMAKE([-Wall])
 
 LT_INIT
 AC_SUBST([LIBTOOL_DEPS])