configure.ac: Don't hardcode -Wall and -Werror for configure checks, this fails with...
authorBrian Cameron <brian.cameron@sun.com>
Fri, 22 Feb 2008 05:27:24 +0000 (05:27 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 22 Feb 2008 05:27:24 +0000 (05:27 +0000)
commit25675a762aaa2050701deb8d9acd41b9a8d284f9
treeeb4a8b6c17b61788cfe3f2ab6fa2d393f6363cde
parent7278c5871c498e56a3e2a8c25cb006739159c6ea
configure.ac: Don't hardcode -Wall and -Werror for configure checks, this fails with non-GCC compilers. Fixes bug #51...

Original commit message from CVS:
Patch by: Brian Cameron <brian dot cameron at sun dot com>
* configure.ac:
Don't hardcode -Wall and -Werror for configure checks, this fails
with non-GCC compilers. Fixes bug #517991.
ChangeLog
configure.ac