From a414eba619fd378c8b380243840ba2605b6a6ac5 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Apr 2008 21:22:02 +0000 Subject: Initialize _dvdread variable to "no" in the dvdread check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26317 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 278fb1e961..9ee6d5fade 100755 --- a/configure +++ b/configure @@ -5412,6 +5412,7 @@ echores "$_vcd" 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 -- cgit v1.2.3