Skip to content
Snippets Groups Projects
Commit e06558db authored by Sven Marnach's avatar Sven Marnach
Browse files

configure should use g++ when probing for tuple and array

[[Imported from SVN: r5190]]
parent 16514c2a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
dnl checks for header files.
AC_REQUIRE([AC_HEADER_STDC])
AC_LANG_PUSH([C++])
AC_CHECK_HEADERS([malloc.h string.h type_traits tr1/type_traits array tr1/array tuple tr1/tuple])
AC_LANG_POP([C++])
dnl checks for typedefs, structures, and compiler characteristics.
# doesn't work, but we don't need it currently
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment