]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - projects/sample/autoconf/m4/cxx_flag_check.m4
Vendor import of llvm RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 release):
[FreeBSD/FreeBSD.git] / projects / sample / autoconf / m4 / cxx_flag_check.m4
1 AC_DEFUN([CXX_FLAG_CHECK],
2   [AC_SUBST($1, `$CXX -Werror $2 -fsyntax-only -xc /dev/null 2>/dev/null && echo $2`)])