From 411bc4af1eecc51158298ce8cde54710f5e302d2 Mon Sep 17 00:00:00 2001 From: pl Date: Tue, 7 May 2002 21:51:47 +0000 Subject: patchs for NetBSD by Bernd Ernesti : - 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6012 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 627b4e9fad..f455d9415c 100755 --- a/configure +++ b/configure @@ -2642,7 +2642,7 @@ fi 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 -- cgit v1.2.3