Project

General

Profile

config_cdaudio_ng.patch

Luís Picciochi, June 10, 2012 02:55

View differences:

configure.ac
731 731
)
732 732

  
733 733
if test "$enable_cdaudio_ng" = "yes"; then
734
   PKG_CHECK_MODULES(CDIO, [libcdio >= 0.70],
734
   PKG_CHECK_MODULES(CDIO, [libcdio >= 0.83],
735 735
   ,
736
   [AC_MSG_WARN([*** Cannot find libcdio 0.70 or newer, cdaudio-ng will not be built ***])
736
   [AC_MSG_WARN([*** Cannot find libcdio 0.83 or newer, cdaudio-ng will not be built ***])
737 737
   enable_cdaudio_ng=no]
738 738
)
739 739
fi