const qualifier to fail. This causes config.h to #define const to nothing,
which causes the whole compilation to fail.
What's the right way to fix this? I really like having -Werror.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@105
AC_SUBST(PREFERRED_STACK_BOUNDARY)
-CFLAGS="-Winline -Wall -Werror -Wshadow -O -fomit-frame-pointer -g"
+CFLAGS="-Winline -Wall -Wshadow -O -fomit-frame-pointer -g"
AC_SUBST(CFLAGS)
# Checks for the platform