Skip to content
Snippets Groups Projects
Commit abc42ffc authored by Christian Engwer's avatar Christian Engwer
Browse files

add missing file make_shared.m4

[[Imported from SVN: r6353]]
parent 8b6cc9b9
No related branches found
No related tags found
No related merge requests found
AC_DEFUN([BOOST_MAKE_SHARED_HPP],[
AC_REQUIRE([AC_PROG_CXX])
AC_LANG_PUSH([C++])
AC_CHECK_HEADER([boost/make_shared.hpp],
[AC_DEFINE([HAVE_BOOST_MAKE_SHARED_HPP], [1],
[Define to 1 if you have <boost/make_shared.hpp>.])])
AC_LANG_POP
])
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