mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 03:22:31 -05:00
Bump libplist minimum version to >= 0.16
This commit is contained in:
parent
72b1237500
commit
f04b50b4f2
@ -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]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user