From 226a32c8568551a2bcfb86353cfcee4ac80ad65f Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 4 Jun 2011 09:10:04 +0000 Subject: configure: fix _libcdio variable staying on "auto" Fix _libcdio staying on "auto" if cdparanoia test succeeded before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33555 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index f11d96f41f..5d45eaa9d4 100755 --- a/configure +++ b/configure @@ -5345,6 +5345,7 @@ if test "$_libcdio" = yes && test "$_cdparanoia" = no ; then def_libcdio='#define CONFIG_LIBCDIO 1' def_havelibcdio='yes' else + _libcdio=no if test "$_cdparanoia" = yes ; then res_comment="using cdparanoia" fi -- cgit v1.2.3