X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=b350c827cd30ad64b6b2d8483de40d5301788a87;hb=28352a04776bccbcdf79945528808af27d2a5c0a;hp=3285c89a3856a6580683509657070d065cf89595;hpb=394a4492735fea3b43a7e1010ed0b9165c10c5ed;p=deb_libcec.git diff --git a/configure.ac b/configure.ac index 3285c89..b350c82 100644 --- a/configure.ac +++ b/configure.ac @@ -23,13 +23,6 @@ libs_pre_dl=$LIBS AC_SUBST([LIBS_DL]) 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" AC_SUBST(REQUIRES)