Mercurial > mplayer.hg
changeset 31012:9d2d41352b0d
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.
author | diego |
---|---|
date | Wed, 21 Apr 2010 12:43:16 +0000 |
parents | 464ce8f29abc |
children | e117bd87b33c |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Apr 20 20:25:35 2010 +0000 +++ b/configure Wed Apr 21 12:43:16 2010 +0000 @@ -3444,8 +3444,6 @@ 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"