summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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