comparison configure @ 33467:7f9d2dd03e9a

Fix _libcdio staying on "auto" if cdparanoia test succeeded before.
author reimar
date Sat, 04 Jun 2011 09:10:04 +0000
parents 9f48a8de6be8
children 60b84f05d865
comparison
equal deleted inserted replaced
33466:45d8bfbd27bc 33467:7f9d2dd03e9a
5951 if test "$_libcdio" = yes && test "$_cdparanoia" = no ; then 5951 if test "$_libcdio" = yes && test "$_cdparanoia" = no ; then
5952 _cdda='yes' 5952 _cdda='yes'
5953 def_libcdio='#define CONFIG_LIBCDIO 1' 5953 def_libcdio='#define CONFIG_LIBCDIO 1'
5954 def_havelibcdio='yes' 5954 def_havelibcdio='yes'
5955 else 5955 else
5956 _libcdio=no
5956 if test "$_cdparanoia" = yes ; then 5957 if test "$_cdparanoia" = yes ; then
5957 res_comment="using cdparanoia" 5958 res_comment="using cdparanoia"
5958 fi 5959 fi
5959 def_libcdio='#undef CONFIG_LIBCDIO' 5960 def_libcdio='#undef CONFIG_LIBCDIO'
5960 def_havelibcdio='no' 5961 def_havelibcdio='no'