From 8599bc5eb8036acbade097fae766c0d2e7e6921a Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 7 Mar 2008 10:36:31 +0000 Subject: Remove duplicate conditions in dvdread check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26189 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7f92586f07..d4839f594b 100755 --- a/configure +++ b/configure @@ -5392,7 +5392,7 @@ if test "$_dvdread_internal" = auto ; then 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 -- cgit v1.2.3