Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
1d9348c6
Commit
1d9348c6
authored
Mar 26, 2003
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We really need to include the header for the test to be reliable
svn path=/trunk/m4/; revision=4537
parent
18c2baad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
m4/acx_pthread.m4
m4/acx_pthread.m4
+1
-1
No files found.
m4/acx_pthread.m4
View file @
1d9348c6
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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