changeset 26285:fc0c115a793e

Initialize _dvdread variable to "no" in the dvdread check.
author diego
date Tue, 01 Apr 2008 21:22:02 +0000
parents c5cd2eedc579
children fc1724f6552c
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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