From: Ruben Kerkhof Date: Fri, 11 Dec 2015 18:19:31 +0000 (+0100) Subject: Clarify error message X-Git-Tag: collectd-5.6.0~497^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2f1eb821abc4cee7bbe1b72dae4e21bcb98ce479;hp=-c;p=collectd.git Clarify error message --- 2f1eb821abc4cee7bbe1b72dae4e21bcb98ce479 diff --git a/configure.ac b/configure.ac index 97c4bc5f..7377009b 100644 --- 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