1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Update: Check for pthread_setname_np()

This commit is contained in:
Philipp Schafft 2022-03-20 16:13:28 +00:00
parent 23e39ccf14
commit 7053afb8d4

View File

@ -227,6 +227,9 @@ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
CPPFLAGS="${CPPFLAGS} ${PTHREAD_CPPFLAGS}"
LIBS="${LIBS} ${PTHREAD_LIBS}"
dnl Check functions requiring -pthread:
AC_CHECK_FUNCS([pthread_setname_np])
dnl Feature enable/disable arguments
AC_ARG_ENABLE([yp],