Skip to content
Snippets Groups Projects
Commit 52f893ac authored by Oliver Sander's avatar Oliver Sander
Browse files

check for the tr1/array header, and, for the future, check for the headers...

check for the tr1/array header, and, for the future, check for the headers 'typetraits' and 'array' as well

[[Imported from SVN: r4932]]
parent b6644687
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ dnl check for programs
dnl checks for header files.
AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS([malloc.h string.h tr1/type_traits])
AC_CHECK_HEADERS([malloc.h string.h type_traits tr1/type_traits array tr1/array])
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