summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-12 02:18:52 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-12 02:18:52 +0000
commit278b3ae129464e1a309240a37667fecdf7e97ac5 (patch)
treeda69625255a4500c44870334fe9f69e691377c19 /configure
parentfbba89f83b8631f2b5450b0fced0a88e5f9cb64c (diff)
downloadmpv-278b3ae129464e1a309240a37667fecdf7e97ac5.tar.bz2
mpv-278b3ae129464e1a309240a37667fecdf7e97ac5.tar.xz
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1ed7549ff1..dcf74dea2e 100755
--- a/configure
+++ b/configure
@@ -1399,7 +1399,7 @@ else
_def_malloc='#undef HAVE_MALLOC_H'
fi
# malloc.h emits a warning in FreeBSD
-freebsd && _def_malloc='#undef HAVE_MALLOC_H'
+(freebsd || openbsd) && _def_malloc='#undef HAVE_MALLOC_H'
echores "$_malloc"