From 6d83d1d10919c4fbf8a35cd55c45780b641b7f78 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 24 Apr 2002 19:37:10 +0000 Subject: enable dvdkit only for linux, bsd* and solaris git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5814 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c85290ba96..e2da4a6547 100755 --- a/configure +++ b/configure @@ -2574,7 +2574,9 @@ fi echocheck "DVD support (libmpdvdkit)" if test "$_dvdkit" = auto ; then _dvdkit=no - test -f "./libmpdvdkit/Makefile" && _dvdkit=yes + if linux || bsd || sunos ; then + test -f "./libmpdvdkit/Makefile" && _dvdkit=yes + fi fi if test "$_dvdkit" = yes ; then test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes -- cgit v1.2.3