summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b789e52)
raw | patch | inline | side by side (parent: b789e52)
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 97c4bc5ff43565abdaf78d52b0d9b17b971b54d9..7377009b0a6e62673d708822e179cd6acf015889 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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