diff configure @ 6011:5f020e2dc745

patchs for NetBSD by Bernd Ernesti <mplayer@lists.veego.de>: - the libmpdvdkit auto check works fine after adding the netbsd check to the linux and freebsd one - NetBSD only support MTRR after 1.5X, so libdha/mtrr.c needs a small patch to only enable it for versions after 1.5X.
author pl
date Tue, 07 May 2002 21:51:47 +0000
parents 0121a13ac60c
children 7f6e02a16ac4
line wrap: on
line diff
--- a/configure	Tue May 07 15:17:06 2002 +0000
+++ b/configure	Tue May 07 21:51:47 2002 +0000
@@ -2642,7 +2642,7 @@
 echocheck "DVD support (libmpdvdkit)"
 if test "$_dvdkit" = auto ; then
  _dvdkit=no
- if linux || freebsd ; then
+ if linux || freebsd || netbsd ; then
   test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
  fi
 fi