Added '__builtin_popcount' check to 'configure.ac' as 'rak/algorithms.h' needs it.

This commit is contained in:
Jari Sundell
2011-10-03 20:25:02 +09:00
parent 75124f79e1
commit aaa5586088
+1
View File
@@ -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]),