# HG changeset patch # User diego # Date 1204994691 0 # Node ID 594539924c2e173cb34d33dfd14068e9bc5e7e90 # Parent 0c73352d4085f299aef21df46db03d341e40618f Move HP-UX SCSI header check from the internal libdvdread check to the internal libdvdcss check, where it is really used. diff -r 0c73352d4085 -r 594539924c2e configure --- a/configure Sat Mar 08 14:54:36 2008 +0000 +++ b/configure Sat Mar 08 16:44:51 2008 +0000 @@ -5391,8 +5391,7 @@ _dvdread_internal=no 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); then + test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then _dvdread_internal=yes _dvdread=yes fi @@ -5436,6 +5435,7 @@ if test "$_libdvdcss_internal" = auto ; then _libdvdcss_internal=no test "$_dvdread_internal" = yes && _libdvdcss_internal=yes + hpux && test "$_hpux_scsi_h" = no && _libdvdcss_internal=no fi if test "$_libdvdcss_internal" = yes ; then if linux || netbsd || openbsd || bsdos ; then