Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
dd88f364
Commit
dd88f364
authored
Mar 26, 2003
by
Karl Heyes
Browse files
We really need to include the header for the test to be reliable
svn path=/trunk/m4/; revision=4537
parent
a0fb3547
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/acx_pthread.m4
View file @
dd88f364
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment