Mercurial > mplayer.hg
diff configure @ 6057:31e465fda59c
various openbsd and general warning fixes - patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author | arpi |
---|---|
date | Sun, 12 May 2002 02:18:52 +0000 |
parents | 759c5a3314a2 |
children | 16d200b4fe8e |
line wrap: on
line diff
--- a/configure Sun May 12 01:51:09 2002 +0000 +++ b/configure Sun May 12 02:18:52 2002 +0000 @@ -1399,7 +1399,7 @@ _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"