# HG changeset patch # User diego # Date 1204886191 0 # Node ID 64654d7bebbc8b07c4c563820e93d1805e21ccde # Parent 3ba245a1febfe32cd2d35c886fc39c41150d7748 Remove duplicate conditions in dvdread check. diff -r 3ba245a1febf -r 64654d7bebbc configure --- a/configure Fri Mar 07 10:05:08 2008 +0000 +++ b/configure Fri Mar 07 10:36:31 2008 +0000 @@ -5392,7 +5392,7 @@ if linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux && \ test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || \ - test "$_hpux_scsi_h" = yes || darwin || win32 ; then + test "$_hpux_scsi_h" = yes ; then _dvdread_internal=yes _dvdread=yes fi