From 2f1eb821abc4cee7bbe1b72dae4e21bcb98ce479 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 11 Dec 2015 19:19:31 +0100 Subject: [PATCH] Clarify error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2