X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=e1468648632302caee8433777ca8e76c7c69710f;hb=58c1f6f50ae4a5483e43fc9ec80233508adfe099;hp=3285c89a3856a6580683509657070d065cf89595;hpb=ca443051447890b410878d992f4ac4c15f0cb9bc;p=deb_libcec.git diff --git a/configure.ac b/configure.ac index 3285c89..e146864 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libcec], 0:8:0) +AC_INIT([libcec], 1:0:0) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_PROG_CXX @@ -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)