summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 25dd1286eb..ae75cbbcab 100755
--- a/configure
+++ b/configure
@@ -5581,7 +5581,7 @@ echores "$_dvdread"
echocheck "internal libdvdcss"
if test "$_libdvdcss_internal" = auto ; then
_libdvdcss_internal=no
- test "$_dvdread_internal" = yes && _libdvdcss_internal=yes
+ test "$_dvdread_internal" = yes && test -d libdvdcss && _libdvdcss_internal=yes
hpux && test "$_hpux_scsi_h" = no && _libdvdcss_internal=no
fi
if test "$_libdvdcss_internal" = yes ; then