mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Require libigloo >= 0.9.2 to enforce security updates
This commit is contained in:
parent
79d16e9b21
commit
64df027bee
@ -143,8 +143,8 @@ dnl Checks for required libraries
|
||||
dnl
|
||||
dnl linigloo
|
||||
dnl
|
||||
PKG_CHECK_MODULES([LIBIGLOO], [igloo >= 0.9.1], [], [
|
||||
AC_MSG_ERROR([${LIBIGLOO_PKG_ERRORS}. libigloo (v0.9.1 or newer) is required.])
|
||||
PKG_CHECK_MODULES([LIBIGLOO], [igloo >= 0.9.2], [], [
|
||||
AC_MSG_ERROR([${LIBIGLOO_PKG_ERRORS}. libigloo (v0.9.2 or newer) is required.])
|
||||
])
|
||||
|
||||
CFLAGS="${CFLAGS} ${LIBIGLOO_CFLAGS}"
|
||||
|
Loading…
Reference in New Issue
Block a user