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
This commit is contained in:
snappy.mirrorbot@gmail.com
2012-10-08 11:37:16 +00:00
parent b86e81c8b3
commit 55209f9b92

View File

@@ -11,7 +11,7 @@ AC_INIT([snappy], [snappy_major.snappy_minor.snappy_patchlevel])
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])