diff options
Diffstat (limited to 'autoconf/m4/single_cxx_check.m4')
| -rw-r--r-- | autoconf/m4/single_cxx_check.m4 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/autoconf/m4/single_cxx_check.m4 b/autoconf/m4/single_cxx_check.m4 deleted file mode 100644 index cb4732641825..000000000000 --- a/autoconf/m4/single_cxx_check.m4 +++ /dev/null @@ -1,16 +0,0 @@ -dnl -dnl AC_SINGLE_CXX_CHECK(CACHEVAR, FUNCTION, HEADER, PROGRAM) -dnl $1, $2, $3, $4, - -AC_DEFUN([AC_SINGLE_CXX_CHECK], -[ - AC_CACHE_CHECK([for $2 in $3], [$1], - [ - AC_LANG_PUSH([C++]) - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]][$3], [$4])], - [$1][[=yes]], - [$1][[=no]]) - AC_LANG_POP([C++]) - ]) -]) - |
