summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-21 12:43:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-21 12:43:16 +0000
commita35ab28a5e6d9b15c3deaa904288dab9647e2e80 (patch)
tree48890cb767992acf2e3cb2059f74e203850dc07c /configure
parentf99ec989bcfc3ada551a772c133a348907a42b40 (diff)
downloadmpv-a35ab28a5e6d9b15c3deaa904288dab9647e2e80.tar.bz2
mpv-a35ab28a5e6d9b15c3deaa904288dab9647e2e80.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
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"