X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=3285c89a3856a6580683509657070d065cf89595;hb=cc60ab1c2549ae876890a6eea6120d7261276f61;hp=124c013c0ee7cf69a752d9ad508fb0982da108ef;hpb=5a1e87c8d9a1d8a6b8dbf8b7d1738395fdb6b856;p=deb_libcec.git 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"