mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
We really need to include the header for the test to be reliable
svn path=/trunk/m4/; revision=4537
This commit is contained in:
parent
18c2baad5a
commit
1d9348c67f
@ -164,7 +164,7 @@ if test "x$acx_pthread_ok" = xyes; then
|
||||
if test "x$flag" != xno; then
|
||||
PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
|
||||
fi
|
||||
AC_CHECK_TYPES(pthread_rwlock_t)
|
||||
AC_CHECK_TYPES(pthread_rwlock_t,,,[#include <pthread.h>])
|
||||
|
||||
LIBS="$save_LIBS"
|
||||
CFLAGS="$save_CFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user