Added PKG_CHECK_MODULES for libcdio-0.82 (must become 0.83 when released)

This commit is contained in:
Thomas Schmitt 2009-12-25 14:40:16 +00:00
parent 240afa7c3a
commit ef42052900
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.12.25.143326"
#define Cdrskin_timestamP "2009.12.25.144122"

View File

@ -230,8 +230,12 @@ then
else
echo "enabled EXPERIMENTAL use of libcdio as system adapter"
CFLAGS="$CFLAGS $LIBCDIO_DEF"
fi
dnl Bump to 0.83 when released
LIBCDIO_REQUIRED=0.82
PKG_CHECK_MODULES(LIBCDIO, libcdio >= $LIBCDIO_REQUIRED)
fi
dnl Add compiler-specific flags