projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b789e52
)
Clarify error message
author
Ruben Kerkhof
<ruben@tilaa.com>
Fri, 11 Dec 2015 18:19:31 +0000
(19:19 +0100)
committer
Ruben Kerkhof
<ruben@tilaa.com>
Fri, 11 Dec 2015 18:19:31 +0000
(19:19 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
97c4bc5
..
7377009
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1535,7
+1535,7
@@
AC_SUBST([PTHREAD_LIBS])
if test "x$with_libpthread" = "xyes"
then
SAVE_LIBS="$LIBS"
- AC_CHECK_LIB(pthread, pthread_create, [], [with_libpthread="no (
libpthread
not found)"], [])
+ AC_CHECK_LIB(pthread, pthread_create, [], [with_libpthread="no (
Symbol 'pthread_create'
not found)"], [])
PTHREAD_LIBS="$LIBS"
LIBS="$SAVE_LIBS"
fi