mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Fix: Corrected version of required libigloo in help text
This commit is contained in:
parent
87a5179e0d
commit
3c7b79c60f
@ -144,7 +144,7 @@ dnl
|
||||
dnl linigloo
|
||||
dnl
|
||||
PKG_CHECK_MODULES([LIBIGLOO], [igloo >= 0.9.1], [], [
|
||||
AC_MSG_ERROR([${LIBIGLOO_PKG_ERRORS}. libigloo (v0.9.0 or newer) is required.])
|
||||
AC_MSG_ERROR([${LIBIGLOO_PKG_ERRORS}. libigloo (v0.9.1 or newer) is required.])
|
||||
])
|
||||
|
||||
CFLAGS="${CFLAGS} ${LIBIGLOO_CFLAGS}"
|
||||
|
Loading…
Reference in New Issue
Block a user