Automated update

This commit is contained in:
briano%netscape.com 1999-09-03 12:45:44 +00:00
parent fa543c4203
commit 162cd15fbc

4
configure vendored
View File

@ -8765,8 +8765,8 @@ if test "${enable_pedantic+set}" = set; then
fi
if test "$_PEDANTIC"; then
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -pedantic"
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -pedantic"
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-pedantic"
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
fi
# Check whether --enable-ignore-no-long-long-warning or --disable-ignore-no-long-long-warning was given.