# HG changeset patch # User arpi # Date 1019677030 0 # Node ID 737920323eb88830960f115f9ce1c87788a7b8b5 # Parent f9d23c2aa6b72b06ca1972c2404a9b1c461d7b19 enable dvdkit only for linux, bsd* and solaris diff -r f9d23c2aa6b7 -r 737920323eb8 configure --- a/configure Wed Apr 24 17:28:23 2002 +0000 +++ b/configure Wed Apr 24 19:37:10 2002 +0000 @@ -2574,7 +2574,9 @@ 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