# HG changeset patch # User diego # Date 1363982378 0 # Node ID d67b0acab00f3f9368f6721979578880fcf76bd0 # Parent ab41adf81569e69075fb3da3d4beabd5d61d2098 configure: Do not consider unrelated libdvdcss variables in libdvdread test. diff -r ab41adf81569 -r d67b0acab00f configure --- a/configure Fri Mar 22 19:59:37 2013 +0000 +++ b/configure Fri Mar 22 19:59:38 2013 +0000 @@ -6008,9 +6008,7 @@ echocheck "dvdread" if test "$_dvdread_internal" = auto ; then _dvdread_internal=no - if (linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux) && - (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || - test "$_dvdio" = yes || test "$_bsdi_dvd" = yes) || + if linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux || darwin || win32 || os2; then _dvdread_internal=yes _dvdread=yes