From a35ab28a5e6d9b15c3deaa904288dab9647e2e80 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Apr 2010 12:43:16 +0000 Subject: Revert obscure hack that disables the malloc.h check on certain BSD platforms. It's unclear what disabling the result of the check is good for and why it is necessary. Just avoiding a warning is not a good enough reason. Furthermore this hack introduces problems on 64 bit (k)FreeBSD, as reported in Debian bug #578622, which indicates it might never have been a good idea at all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31054 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 593cab287f..2879f3fa50 100755 --- a/configure +++ b/configure @@ -3444,8 +3444,6 @@ if test "$_malloc" = yes ; then else def_malloc_h='#define HAVE_MALLOC_H 0' fi -# malloc.h emits a warning in FreeBSD and OpenBSD -freebsd || openbsd || dragonfly && def_malloc_h='#define HAVE_MALLOC_H 0' echores "$_malloc" -- cgit v1.2.3