[MPlayer-cvslog] r31123 - in branches/1.0rc3: . configure

siretart subversion at mplayerhq.hu
Sat May 1 20:47:53 CEST 2010


Author: siretart
Date: Sat May  1 20:47:53 2010
New Revision: 31123

Log:
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.

backport r31054 by diego


------------------------------------------------------------------------

Modified:
   branches/1.0rc3/   (props changed)
   branches/1.0rc3/configure

Modified: branches/1.0rc3/configure
==============================================================================
--- branches/1.0rc3/configure	Sat May  1 20:46:34 2010	(r31122)
+++ branches/1.0rc3/configure	Sat May  1 20:47:53 2010	(r31123)
@@ -3161,8 +3161,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"
 
 


More information about the MPlayer-cvslog mailing list