Fixed libtinfow detection.

This commit is contained in:
rakshasa
2012-02-27 17:40:08 +09:00
parent d8f41a28fa
commit 4ff2483f07
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ AC_DEFUN([TORRENT_CHECK_POPCOUNT], [
AC_MSG_CHECKING(for __builtin_popcount)
AC_COMPILE_IFELSE([AC_LANG_SOURCE([
void f() { __builtin_popcount(0); }
int f() { return __builtin_popcount(0); }
])],
[
AC_MSG_RESULT(yes)