changeset 26157:64654d7bebbc

Remove duplicate conditions in dvdread check.
author diego
date Fri, 07 Mar 2008 10:36:31 +0000
parents 3ba245a1febf
children 5c53b397a536
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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