Add an autoconf test to check for optional compiler flags like
authorJulien Lerouge <jlerouge@apple.com>
Mon, 26 Oct 2009 19:58:44 +0000 (19:58 +0000)
committerJulien Lerouge <jlerouge@apple.com>
Mon, 26 Oct 2009 19:58:44 +0000 (19:58 +0000)
commit8039e03777b9db1d90fecfaf413945c45560b727
treeac9a411172af38925805dc8cccbd37dec7987711
parentada0ef86d98df4ac36808e4a0f0098250bf1a842
Add an autoconf test to check for optional compiler flags like
-Wno-missing-field-initializers or -Wno-variadic-macros.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85147 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
autoconf/configure.ac
autoconf/m4/cxx_flag_check.m4 [new file with mode: 0644]