Bump libplist minimum version to >= 0.16

This commit is contained in:
Julien BLACHE 2009-12-09 19:16:20 +01:00
parent 72b1237500
commit f04b50b4f2

View File

@ -90,7 +90,7 @@ if test x$use_musepack = xtrue; then
fi fi
if test x$use_itunes = xtrue; then if test x$use_itunes = xtrue; then
PKG_CHECK_MODULES(LIBPLIST, [ libplist >= 0.15 ]) PKG_CHECK_MODULES(LIBPLIST, [ libplist >= 0.16 ])
fi fi
AC_CHECK_HEADER(sys/signalfd.h, , AC_MSG_ERROR([signalfd required; glibc 2.9+ recommended])) AC_CHECK_HEADER(sys/signalfd.h, , AC_MSG_ERROR([signalfd required; glibc 2.9+ recommended]))