From: Lars Op den Kamp Date: Sun, 30 Oct 2011 14:31:29 +0000 (+0100) Subject: cec: check for enable_shared_from_this.hpp X-Git-Tag: upstream/2.2.0~1^2~166 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=ca443051447890b410878d992f4ac4c15f0cb9bc cec: check for enable_shared_from_this.hpp --- diff --git a/configure.ac b/configure.ac index 124c013..3285c89 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,8 @@ LIBS=$libs_pre_dl AC_LANG_PUSH([C++]) AC_CHECK_HEADERS([boost/shared_ptr.hpp], [], [AC_MSG_ERROR(You need the Boost libraries.)]) +AC_CHECK_HEADERS([boost/enable_shared_from_this.hpp], [], + [AC_MSG_ERROR(You need the Boost libraries.)]) AC_LANG_POP([C++]) CXXFLAGS="-fPIC -Wall -Wextra $CXXFLAGS"