# HG changeset patch # User diego # Date 1207084922 0 # Node ID fc0c115a793e8b39fb1d6ef9e80e0a69f183a11e # Parent c5cd2eedc57979beb19875f46fc9c6ab8eeac69d Initialize _dvdread variable to "no" in the dvdread check. diff -r c5cd2eedc579 -r fc0c115a793e configure --- a/configure Tue Apr 01 17:42:16 2008 +0000 +++ b/configure Tue Apr 01 21:22:02 2008 +0000 @@ -5412,6 +5412,7 @@ echocheck "dvdread" if test "$_dvdread_internal" = auto ; then _dvdread_internal=no + _dvdread=no if (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || sunos || hpux) && \ (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then