From 7d9dc976820453584fec588e0d4cc52b63971a35 Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Sat, 26 Jun 2010 23:55:33 +0400 Subject: Fix windows build: provide log2 function if the system doesn't have it. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b524dcee702..187d65684ea 100644 --- a/configure.in +++ b/configure.in @@ -852,6 +852,7 @@ AC_CHECK_HEADERS([xfs/xfs.h]) #-------------------------------------------------------------------- AC_CHECK_LIB(m, floor, [], AC_CHECK_LIB(m, __infinity)) +AC_CHECK_FUNCS(log2) AC_CHECK_LIB(nsl_r, gethostbyname_r, [], AC_CHECK_LIB(nsl, gethostbyname_r)) -- cgit v1.2.1