diff --git a/configure.ac b/configure.ac index 94dc56b0..5bac9e06 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ AC_DEFINE(USER_AGENT, [std::string(PACKAGE "/" VERSION "/") + torrent::version() AC_CHECK_FUNCS(posix_memalign) TORRENT_CHECK_CACHELINE() +TORRENT_CHECK_POPCOUNT() CC_ATTRIBUTE_UNUSED( AC_DEFINE([__UNUSED], [__attribute__((unused))], [Wrapper around unused attribute]),