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:
parent
23e39ccf14
commit
7053afb8d4
@ -227,6 +227,9 @@ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
|||||||
CPPFLAGS="${CPPFLAGS} ${PTHREAD_CPPFLAGS}"
|
CPPFLAGS="${CPPFLAGS} ${PTHREAD_CPPFLAGS}"
|
||||||
LIBS="${LIBS} ${PTHREAD_LIBS}"
|
LIBS="${LIBS} ${PTHREAD_LIBS}"
|
||||||
|
|
||||||
|
dnl Check functions requiring -pthread:
|
||||||
|
AC_CHECK_FUNCS([pthread_setname_np])
|
||||||
|
|
||||||
dnl Feature enable/disable arguments
|
dnl Feature enable/disable arguments
|
||||||
|
|
||||||
AC_ARG_ENABLE([yp],
|
AC_ARG_ENABLE([yp],
|
||||||
|
Loading…
Reference in New Issue
Block a user