From 215a7da2a6584295ff9bfaa5e0c4de051d831d2c Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 22 Nov 2013 00:05:34 +0000 Subject: * gc.c: fix build failure on FreeBSD introduced by r43763. malloc_usable_size() is defined by malloc_np.h on FreeBSD. * configure.in: check malloc.h and malloc_np.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 923843fe6f..5d86e14bd0 100644 --- a/configure.in +++ b/configure.in @@ -1091,6 +1091,8 @@ AC_CHECK_HEADERS( \ process.h \ sys/prctl.h \ atomic.h \ + malloc.h \ + malloc_np.h \ setjmpex.h ) -- cgit v1.2.3